Skip to content

Commit

Permalink
do not use system expat
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 5, 2023
1 parent 08536f2 commit ec83d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11-slim-bullseye

RUN apt-get update -qq && apt-get install -q -y --no-install-recommends \
build-essential ninja-build git curl libexpat-dev libxerces-c-dev \
build-essential ninja-build git curl libxerces-c-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/Geant4/geant4.git /tmp/geant4 --branch=${GEANT4
-DGEANT4_INSTALL_EXAMPLES=OFF \
-DGEANT4_INSTALL_DATA=OFF \
-DGEANT4_BUILD_TLS_MODEL=global-dynamic \
# -DGEANT4_USE_SYSTEM_EXPAT=OFF \
-DGEANT4_USE_SYSTEM_EXPAT=OFF \
# -DBUILD_STATIC_LIBS=ON \
# -DBUILD_SHARED_LIBS=OFF \
# -DGEANT4_BUILD_STORE_TRAJECTORY=OFF -DGEANT4_BUILD_VERBOSE_CODE=OFF \
Expand Down

0 comments on commit ec83d32

Please sign in to comment.