Skip to content

Commit

Permalink
Update dockerfile to no longer include package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ford authored and Alex Ford committed Apr 2, 2024
1 parent c7b60ee commit a108269
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ WORKDIR /root

RUN apt-get update &&\
apt-get install --no-install-recommends -y\
sudo=1.9.9-1ubuntu2.4\
unzip=6.0-26ubuntu3.1\
zsh=5.8.1-1\
apt-transport-https=2.4.10\
ca-certificates=20230311ubuntu0.22.04.1 &&\
sudo\
unzip\
zsh\
apt-transport-https\
ca-certificates &&\
apt-get clean &&\
rm -rf /var/lib/apt/lists/* &&\
update-ca-certificates
Expand Down

0 comments on commit a108269

Please sign in to comment.