Skip to content

Commit

Permalink
Demonstrating that adding apache2-utils fixes the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrcoleman committed Jun 20, 2020
1 parent 1cb63d7 commit f6da420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/registry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry:2
RUN apk add --no-cache --update curl
RUN apk add --no-cache --update curl apache2-utils
ARG REGISTRY_USERNAME
ARG REGISTRY_PASSWORD
RUN mkdir -p /certs /auth
Expand Down

0 comments on commit f6da420

Please sign in to comment.