1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-05-04 16:53:37 +00:00

Add bash to Dockerfile

This commit is contained in:
Alexander Karlsson 2020-12-13 22:02:13 +00:00
parent a5ae5cfe52
commit 59a389e323

View file

@ -1,6 +1,6 @@
FROM alpine
MAINTAINER Alper Kanat <tunix@raptiye.org>
RUN apk --no-cache add curl jq
RUN apk --no-cache add curl jq bash
COPY dyndns.sh /
USER nobody
ENTRYPOINT exec /dyndns.sh