Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Oct 17, 2023
1 parent 56cf69d commit 81dce2f
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
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest
COPY . .

RUN apt-get update -y
RUN apt-get install -y git pip python3 nodejs vim ping
RUN apt-get install -y git pip python3 nodejs vim

RUN pip install -r requirements.txt

Expand Down

0 comments on commit 81dce2f

Please sign in to comment.