Skip to content

Commit

Permalink
feat: add ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek authored May 14, 2023
1 parent 5b5186d commit 61db685
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
Expand Up @@ -18,7 +18,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN groupadd --gid $USER_GID $USERNAME \
&& useradd --uid $USER_UID --gid $USER_GID -m $USERNAME \
&& apt-get update \
&& apt-get install -y --no-install-recommends sudo git wget \
&& apt-get install -y --no-install-recommends sudo git ca-certificates wget \
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
&& chmod 0440 /etc/sudoers.d/$USERNAME \
&& apt-get autoremove -y \
Expand Down

0 comments on commit 61db685

Please sign in to comment.