Skip to content

Commit

Permalink
Add dnsutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Gissur Þórhallsson committed Oct 21, 2021
1 parent fbf30ec commit db31b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM ubuntu:xenial

# TODO: Fold the update with the install once this has stabilized
RUN apt-get update -y
RUN apt-get install -y curl
RUN apt-get install -y curl dnsutils

CMD [ "sleep", "infinity" ] # Overridable in yaml
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit db31b06

Please sign in to comment.