Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Added build-essential package
  • Loading branch information
rw-bsi authored Oct 10, 2024
1 parent 1906db2 commit 3611ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN set -ex && \
apt-get -y update && \
apt-get -y dist-upgrade && \
apt-get -y install --no-install-recommends --no-install-suggests \
build-essential \
python3-dev \
unzip \
wget \
Expand Down

0 comments on commit 3611ee2

Please sign in to comment.