This commit is contained in:
Eli Trop
2020-12-30 10:41:25 +02:00
parent 5ed10270f2
commit 003286317f

View File

@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk ubdate && apk add curl
RUN apk update && apk add curl
COPY entrypoint.sh /entrypoint.sh