Skip to content

Commit

Permalink
update container
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Oct 22, 2024
1 parent e2608be commit 236e009
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM debian:buster
FROM debian:bullseye-slim

RUN apt-get update && apt-get install -y \
gawk \
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
&& rm -rf /var/lib/apt/lists/*

COPY entry.sh /

Expand Down

0 comments on commit 236e009

Please sign in to comment.