Skip to content

Commit 0addef4

Browse files
committed
remove confd (unmaintained)
1 parent d02fdea commit 0addef4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

base-os/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ COPY apk-world /etc/apk/world
1111
# install from apk-world
1212
RUN apk add --no-cache
1313

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-
1814
RUN cpanm Devel::CheckLib HTTP::Date LWP::Simple DBI CPAN && rm -fr ~/.cpanm
1915

2016
# latest versions don't support MySQL 5.7

0 commit comments

Comments
 (0)