Browse Source
Add curl and cmake to dojo-node image so zeromq 6.0.0-beta.5 can be built for arm64
umbrel
v1.11.0-umbrel
Lounès Ksouri
3 years ago
No known key found for this signature in database
GPG Key ID: F8DC83D24F68572D
1 changed files with
1 additions and
1 deletions
-
docker/my-dojo/node/Dockerfile
|
|
@ -6,7 +6,7 @@ ENV APP_DIR /home/node/app |
|
|
|
ARG TOR_LINUX_GID |
|
|
|
|
|
|
|
RUN set -ex && \ |
|
|
|
apk --no-cache add shadow bash gcc g++ make python3 |
|
|
|
apk --no-cache add shadow bash gcc g++ make python3 curl cmake |
|
|
|
|
|
|
|
# Add node user to tor group |
|
|
|
RUN addgroup -S -g ${TOR_LINUX_GID} tor && \ |
|
|
|