OMK requires nodejs<=10
This commit is contained in:
parent
7a45daf853
commit
c32365d671
@ -1,9 +1,9 @@
|
||||
IMAGE openmapkit_0.12.0-200313
|
||||
FROM alpine3.11-java8_8.242.08-200313
|
||||
FROM alpine3.10-nodejs10_10.19.0-200313
|
||||
|
||||
RUN EOF
|
||||
# Install runtime dependencies
|
||||
apk --no-cache add python2 nodejs
|
||||
apk --no-cache add python2 openjdk8-jre-base
|
||||
|
||||
# Install build dependencies
|
||||
apk --no-cache add --virtual .deps build-base git py2-pip yarn
|
||||
|
@ -2,7 +2,7 @@
|
||||
set -ev
|
||||
|
||||
# Remove persistent data
|
||||
rm -rf /srv/openmapkit
|
||||
rm -rf "${VOLUMES_DIR}/openmapkit"
|
||||
|
||||
# Unregister application
|
||||
vmmgr unregister-app openmapkit
|
||||
|
6
lxc-shared/alpine3.10-nodejs10/image
Normal file
6
lxc-shared/alpine3.10-nodejs10/image
Normal file
@ -0,0 +1,6 @@
|
||||
IMAGE alpine3.10-nodejs10_10.19.0-200313
|
||||
FROM alpine3.10_3.10.4-200313
|
||||
|
||||
RUN EOF
|
||||
apk --no-cache add nodejs
|
||||
EOF
|
Loading…
Reference in New Issue
Block a user