Skip to content

Commit 4a7fa8d

Browse files
committed
Fix CI
1 parent 58d8528 commit 4a7fa8d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ docs/.buildinfo
1818
docs/.doctrees/
1919
docs/_raw_sources/
2020
docs/_sources/
21+
22+
env/

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LABEL \
1616
org.opencontainers.image.vendor="BioSimulators Team" \
1717
org.opencontainers.image.licenses="BSD-3-Clause" \
1818
\
19-
base_image="python:3.9-slim-buster" \
19+
base_image="python:3.11-slim-bookworm" \
2020
version="${VERSION}" \
2121
software="AMICI" \
2222
software.version="${SIMULATOR_VERSION}" \
@@ -33,6 +33,7 @@ LABEL \
3333
RUN apt-get update -y \
3434
&& apt-get install -y --no-install-recommends \
3535
g++ \
36+
libexpat1 \
3637
libatlas-base-dev \
3738
swig \
3839
&& apt-get autoremove -y \

0 commit comments

Comments
 (0)