Skip to content

Commit

Permalink
Merge pull request #8 from juliushaertl/chore/update-container
Browse files Browse the repository at this point in the history
chore: use alpine
  • Loading branch information
ChristophWurst authored May 31, 2023
2 parents e6015d3 + 6706240 commit 39155a9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM ubuntu:16.04
RUN apt-get update && \
apt-get -y --no-install-recommends install libxml2-utils && \
apt-get autoremove -y && \
apt-get clean
FROM alpine:latest
RUN apk add --no-cache libxml2-utils
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 39155a9

Please sign in to comment.