Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 5, 2024
1 parent 50df939 commit 06732b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/images/build-env-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ RUN apt update \
libboost-all-dev=1.74.0.3 \
# required by libocpp
libsqlite3-dev=3.40.1-2 \
libssl-dev=3.0.11-1~deb12u2 \
libssl-dev=3.0.13-1~deb12u1 \
# required by everest-framework
libnode-dev=18.19.0+dfsg-6~deb12u1 \
libnode-dev=18.19.0+dfsg-6~deb12u2 \
# required by packet sniffer module
pkg-config=1.8.1-1 \
libpcap-dev=1.10.3-1 \
Expand All @@ -39,7 +39,7 @@ RUN apt update \
# required by RiseV2G
maven=3.8.7-1 \
# LTODO only everest-core
python3-build=0.9.0-1 \
python3-build=0.9.0-1

# Install Python packages
RUN apt update \
Expand Down

0 comments on commit 06732b2

Please sign in to comment.