mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
node 17 with node-gyp dependencies
This commit is contained in:
parent
9390cd7fd2
commit
9943dce7e7
@ -1,7 +1,7 @@
|
||||
##################################################################################
|
||||
# BASE ###########################################################################
|
||||
##################################################################################
|
||||
FROM node:16.14.0-alpine3.14 as base
|
||||
FROM node:17.6.0-alpine3.14 as base
|
||||
|
||||
# ENVs (available in production aswell, can be overwritten by commandline or env file)
|
||||
## DOCKER_WORKDIR would be a classical ARG, but that is not multi layer persistent - shame
|
||||
@ -31,8 +31,8 @@ LABEL org.label-schema.schema-version="1.0"
|
||||
LABEL maintainer="support@ogradido.net"
|
||||
|
||||
# Install Additional Software
|
||||
## install: git
|
||||
#RUN apk --no-cache add git
|
||||
## install: node-gyp dependencies
|
||||
RUN apk --no-cache add g++ make python
|
||||
|
||||
# Settings
|
||||
## Expose Container Port
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user