Skip to content

Commit

Permalink
install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren committed Mar 28, 2024
1 parent b22a4bc commit 7fc353b
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,7 +1,7 @@
FROM ubuntu:22.04

RUN apt-get update && \
apt-get install --no-install-recommends -y python3 python3-pip git libgl1 libglib2.0-0 && \
apt-get install --no-install-recommends -y python3 python3-pip git libgl1 libglib2.0-0 curl && \
rm -rf /var/lib/apt/lists/*

RUN --mount=type=cache,target=/root/.cache/pip pip3 install virtualenv
Expand Down

0 comments on commit 7fc353b

Please sign in to comment.