We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6015d3 + 6706240 commit 39155a9Copy full SHA for 39155a9
Dockerfile
@@ -1,7 +1,4 @@
1
-FROM ubuntu:16.04
2
-RUN apt-get update && \
3
- apt-get -y --no-install-recommends install libxml2-utils && \
4
- apt-get autoremove -y && \
5
- apt-get clean
+FROM alpine:latest
+RUN apk add --no-cache libxml2-utils
6
COPY entrypoint.sh /entrypoint.sh
7
-ENTRYPOINT ["/entrypoint.sh"]
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments