Skip to content

Commit 581a9a0

Browse files
author
Tobias Trabelsi
committed
Removed version pin of libxml2
Signed-off-by: Tobias Trabelsi <[email protected]>
1 parent a19bd7b commit 581a9a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ ENV TINI_VERSION v0.18.0
1212
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-static-amd64 /tini
1313
RUN chmod +x /tini
1414

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
15+
RUN apk --no-cache add libxml2 git oniguruma libc6-compat
1816

1917
ENTRYPOINT ["/tini", "--"]
2018

0 commit comments

Comments
 (0)