Skip to content

Commit

Permalink
try without system libsbml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Mar 15, 2024
1 parent 28015f1 commit 47c33c2
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
Expand Up @@ -22,9 +22,9 @@ RUN apt-get update \
barrnap \
bc \
curl \
libsbml5-dev \
procps \
libcurl4-openssl-dev
libcurl4-openssl-dev \
parallel

RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
&& locale-gen en_US.utf8 \
Expand Down

0 comments on commit 47c33c2

Please sign in to comment.