1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-09 04:25:18 +02:00

Added changelog. Added curl to Docker image

This commit is contained in:
unknown 2021-07-28 12:52:30 +02:00
parent a5d6cf04cf
commit d39eda49de
7 changed files with 17 additions and 5 deletions

View file

@ -1,6 +1,6 @@
FROM node:14-alpine
RUN apk update && apk add --no-cache nano
RUN apk update && apk add --no-cache nano curl
WORKDIR /app