Skip to content

Commit

Permalink
Install git in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 26, 2024
1 parent a5f6f66 commit 90d48b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ LABEL org.opencontainers.image.source https://github.com/sdss/lvmnps

WORKDIR /opt

RUN apt-get update
RUN apt-get install -y git

COPY . lvmnps

RUN pip3 install -U pip setuptools wheel
Expand Down

0 comments on commit 90d48b8

Please sign in to comment.