Skip to content

Commit

Permalink
fix: merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Dec 11, 2023
2 parents f33d287 + 7b3bd40 commit 5814a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/cli.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 libpq-dev

# Download the script
RUN curl -fSsL -o install.sh https://raw.githubusercontent.com/movemntdev/M1/main/scripts/install.sh
Expand All @@ -14,4 +14,4 @@ RUN chmod +x install.sh
# Execute the script with the desired arguments
RUN ./install.sh --version ${VERSION}

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 5814a0b

Please sign in to comment.