Add node gyp dependencies

This commit is contained in:
Wolfgang Huß 2023-02-23 13:23:23 +01:00
parent 9d3cd891de
commit 14426b4397
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ LABEL maintainer="devops@ocelot.social"
# Install Additional Software # Install Additional Software
## install: git ## install: git
RUN apk --no-cache add git RUN apk --no-cache add git python3 make g++
# Settings # Settings
## Expose Container Port ## Expose Container Port

View File

@ -35,7 +35,7 @@ LABEL maintainer="devops@ocelot.social"
# Install Additional Software # Install Additional Software
## install: git ## install: git
RUN apk --no-cache add git RUN apk --no-cache add git python3 make g++
# Settings # Settings
## Expose Container Port ## Expose Container Port

View File

@ -35,7 +35,7 @@ LABEL maintainer="devops@ocelot.social"
# Install Additional Software # Install Additional Software
## install: git ## install: git
RUN apk --no-cache add git RUN apk --no-cache add git python3 make g++
# Settings # Settings
## Expose Container Port ## Expose Container Port