We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0277b8c commit 8e618d4Copy full SHA for 8e618d4
Dockerfile
@@ -3,7 +3,6 @@ FROM debian:stretch-slim
3
RUN apt-get update && \
4
apt-get install -y --no-install-recommends --no-install-suggests \
5
ca-certificates \
6
- libxml2 \
7
&& apt-get clean
8
9
ADD ./build/bin /bin
0 commit comments