Skip to content

Commit 39155a9

Browse files
Merge pull request #8 from juliushaertl/chore/update-container
chore: use alpine
2 parents e6015d3 + 6706240 commit 39155a9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
FROM alpine:latest
2+
RUN apk add --no-cache libxml2-utils
63
COPY entrypoint.sh /entrypoint.sh
7-
ENTRYPOINT ["/entrypoint.sh"]
4+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)