Skip to content

Commit

Permalink
Update Dockerfile.base
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-epsilla authored Jan 13, 2024
1 parent a8a964e commit 973a82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:23.10

RUN apt-get update && \
apt-get install -y --no-install-recommends python3 python3-pip libpython3-dev git curl wget iproute2 supervisor cmake build-essential libgomp1 libboost-all-dev s3fs fuse ca-certificates bc libcurl4 libcurl4-openssl-dev pkg-config && \
pip install --upgrade pip && \
pip install --upgrade pip --break-system-packages && \
apt-get clean all && \
rm -rf /var/apt/lists/* /var/cache/apt/*

0 comments on commit 973a82a

Please sign in to comment.