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

Merge pull request #15 from AxelanderK/fix

Add bash to Dockerfile
This commit is contained in:
Alper Kanat 2020-12-14 12:57:58 +03:00 committed by GitHub
commit b04f0e19fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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