Skip to content

Commit

Permalink
chore: debugged Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 24, 2021
1 parent 0a40255 commit f6df123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RUN apt-get install --no-install-recommends -y \
swig \
libbz2-dev \
\
&& PY_EXEC_PATH=$(python) \
&& PY_EXEC_PATH=$(which python) \
&& PY_PREFIX=$(echo ${PY_EXEC_PATH} | rev | cut -d "/" -f 3- | rev) \
&& cd /tmp \
&& wget https://github.com/libsbmlsim/libsbmlsim/archive/refs/tags/v${LSBMLSIM_VERSION}.tar.gz \
Expand Down

0 comments on commit f6df123

Please sign in to comment.