Skip to content

Commit

Permalink
Merge pull request #50 from l-monninger/main
Browse files Browse the repository at this point in the history
[CONTAINERS] dev
  • Loading branch information
l-monninger authored Sep 24, 2023
2 parents 33faad6 + 853ddab commit 1911116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest
ARG VERSION=0.0.0

# Update package list and install curl
RUN apt-get update && apt-get install -y curl wget
RUN apt-get update && apt-get install -y curl wget git

# Download the script
RUN curl -fSsL -o install.sh https://raw.githubusercontent.com/movemntdev/M1/main/scripts/install.sh
Expand Down

0 comments on commit 1911116

Please sign in to comment.