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 a19bd7b commit 581a9a0Copy full SHA for 581a9a0
Dockerfile
@@ -12,9 +12,7 @@ ENV TINI_VERSION v0.18.0
12
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-static-amd64 /tini
13
RUN chmod +x /tini
14
15
-RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.1/main' >> /etc/apk/repositories && \
16
- apk --no-cache add 'libxml2==2.9.2-r2' git oniguruma libc6-compat && \
17
- apk clean
+RUN apk --no-cache add libxml2 git oniguruma libc6-compat
18
19
ENTRYPOINT ["/tini", "--"]
20
0 commit comments