Skip to content

Commit

Permalink
Docker try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed Jan 15, 2025
1 parent 8f284f2 commit d24d0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ RUN curl -sLSfo /usr/bin/yq https://github.com/mikefarah/yq/releases/download

# Install docker
RUN curl -fsSL https://get.docker.com | sh
RUN groupadd docker
RUN usermod -aG docker admin
RUN newgrp docker

# Install Node.js
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
Expand Down

0 comments on commit d24d0e0

Please sign in to comment.