Skip to content

Commit

Permalink
test fix branch
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jun 10, 2022
1 parent 9f3a0aa commit 3c0592b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y python3 python3-pip
RUN apt-get update && apt-get install -y python3 python3-pip git
WORKDIR /code
COPY . /code
RUN pip3 install --upgrade pip && pip3 install -e . && \
Expand Down

0 comments on commit 3c0592b

Please sign in to comment.