Skip to content

Commit

Permalink
add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
asokol123 committed Nov 1, 2023
1 parent 6209850 commit eb4033b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ RUN --mount=type=cache,sharing=private,target=/var/cache/apt \
apt-get update && \
apt-get install -y \
build-essential \
curl \
dbus \
dnsutils \
file \
gcc \
libblas-dev \
libjpeg8-dev \
Expand All @@ -48,7 +50,8 @@ RUN --mount=type=cache,sharing=private,target=/var/cache/apt \
python3-dev \
python3-pip \
python3-venv \
vim && \
vim \
wget && \
rm -rf /var/lib/apt/lists/*

COPY client_env/requirements.txt /requirements.txt
Expand Down

0 comments on commit eb4033b

Please sign in to comment.