Skip to content

Commit

Permalink
Merge pull request #5 from romeroalx/fix-apt-install-confirmation
Browse files Browse the repository at this point in the history
Added missing confirmation for apt-get install command
  • Loading branch information
Habbie authored Sep 6, 2023
2 parents 158ea67 + 5eb64e5 commit 64ab219
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 @@ -31,7 +31,7 @@ RUN echo "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/d
tee /etc/apt/sources.list.d/docker.list > /dev/null

RUN apt-get update
RUN apt-get install docker-ce-cli docker-compose-plugin
RUN apt-get install -y docker-ce-cli docker-compose-plugin

# Run as user "runner", uid: 1001, gid: group ID for docker on the runner VM . Make this user a passwordless sudoer
RUN useradd -u 1001 -ms /bin/bash -g docker runner
Expand Down

0 comments on commit 64ab219

Please sign in to comment.