Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto authored Jun 4, 2024
1 parent e6018ee commit 7c93ceb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

FROM mcr.microsoft.com/devcontainers/base:alpine
RUN apk add go
COPY ./set_container.sh /tmp/scripts/set_container.sh
RUN chmod +x /tmp/scripts/set_container.sh
RUN bash /tmp/scripts/set_container.sh
RUN wget https://raw.githubusercontent.com/uyuni-project/uyuni-tools/main/go.mod
RUN wget https://raw.githubusercontent.com/uyuni-project/uyuni-tools/main/go.sum
RUN go mod download
RUN rm go.mod
RUN rm go.sum

0 comments on commit 7c93ceb

Please sign in to comment.