Skip to content

Commit 6706240

Browse files
committed
chore: use alpine
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent e6015d3 commit 6706240

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)