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