mirror of
https://github.com/tunix/digitalocean-dyndns
synced 2024-12-22 04:49:52 +00:00
Add bash to Dockerfile
This commit is contained in:
parent
a5ae5cfe52
commit
baf12a3806
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue