node 17 with node-gyp dependencies

This commit is contained in:
Ulf Gebhardt 2022-03-09 21:25:17 +01:00
parent 9390cd7fd2
commit 9943dce7e7
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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