Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
  • Loading branch information
samhita-alla committed Oct 23, 2022
1 parent b80daee commit 6d51bf7
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 @@ -12,7 +12,7 @@ WORKDIR /
# Install git & wget
RUN apt-get update && apt-get install -y git wget gfortran libsm6 libblas-dev liblapack-dev ffmpeg python3-pip sudo && \
wget http://ftp.de.debian.org/debian/pool/main/y/youtube-dl/youtube-dl_2021.02.04.1-1_all.deb
sudo apt-get install ./youtube-dl_2021.02.04.1-1_all.deb
apt-get install ./youtube-dl_2021.02.04.1-1_all.deb

RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo
USER docker
Expand Down

0 comments on commit 6d51bf7

Please sign in to comment.