Skip to content

Commit

Permalink
remove sudo from command
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfleas committed Apr 26, 2024
1 parent 9c9ba0b commit 26fad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/meat-runner-22.04/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN chmod a+r /etc/apt/keyrings/docker.asc
RUN set -o pipefail && echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
tee /etc/apt/sources.list.d/docker.list > /dev/null
RUN apt-get install -y docker-compose-plugin

ARG NVM_VERSION=0.39.7
Expand Down

0 comments on commit 26fad15

Please sign in to comment.