Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from gbevan/master
Browse files Browse the repository at this point in the history
revert bind-tools
  • Loading branch information
gbevan authored Aug 26, 2018
2 parents 389434b + 636dbdb commit 19e690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY start-image.sh .

# apk add --no-cache docker jq curl openssl sudo && \
RUN \
apk add --no-cache bind-tools docker sudo && \
apk add --no-cache docker sudo && \
adduser -S -D -H -G docker -h /app gostint && \
mkdir -p /var/lib/gostint && \
chown gostint /var/lib/gostint && \
Expand Down

0 comments on commit 19e690e

Please sign in to comment.