Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
en0tuk authored Oct 26, 2023
1 parent 664164c commit 10f8288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Amazon Corretto/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
ENV DEBIAN_FRONTEND=noninteractive

RUN yum update -y \
&& yum install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata locales iproute2
&& yum install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata locales iproute


RUN useradd -d /home/container -m container
Expand Down

0 comments on commit 10f8288

Please sign in to comment.