Skip to content

Commit

Permalink
add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfleas committed Apr 26, 2024
1 parent 26fad15 commit 22602ac
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 @@ -29,7 +29,7 @@ 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" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null
RUN apt-get install -y docker-compose-plugin
RUN apt-get update && apt-get install -y docker-compose-plugin

ARG NVM_VERSION=0.39.7
ARG NODE_VERSIONS="18 20 21"
Expand Down

0 comments on commit 22602ac

Please sign in to comment.