We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02fdea commit 0addef4Copy full SHA for 0addef4
base-os/Dockerfile
@@ -11,10 +11,6 @@ COPY apk-world /etc/apk/world
11
# install from apk-world
12
RUN apk add --no-cache
13
14
-RUN curl -sfLo /usr/bin/confd \
15
- https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-linux-amd64 && \
16
- chmod a+x /usr/bin/confd
17
-
18
RUN cpanm Devel::CheckLib HTTP::Date LWP::Simple DBI CPAN && rm -fr ~/.cpanm
19
20
# latest versions don't support MySQL 5.7
0 commit comments