Skip to content

Commit

Permalink
Add libc6 to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
syynek authored Dec 16, 2023
1 parent f784c59 commit 0380590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:buster

# Prerequisites
RUN apt-get -y update && apt-get install -y --no-install-recommends ca-certificates wget unzip openssl libncursesw5
RUN apt-get -y update && apt-get install -y --no-install-recommends ca-certificates wget unzip openssl libncursesw5 libc6

# Set timezone
ENV TZ=Europe/Berlin
Expand Down

0 comments on commit 0380590

Please sign in to comment.