1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-05-18 05:33:38 +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 FROM alpine
MAINTAINER Alper Kanat <tunix@raptiye.org> MAINTAINER Alper Kanat <tunix@raptiye.org>
RUN apk --no-cache add curl jq RUN apk --no-cache add curl jq bash
COPY dyndns.sh / COPY dyndns.sh /
USER nobody USER nobody
ENTRYPOINT exec /dyndns.sh ENTRYPOINT exec /dyndns.sh