Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber authored Feb 8, 2024
1 parent e135a51 commit 10ba284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base/Dockerfile-build-base
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV TERM=xterm \

RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential libtool automake autotools-dev libreadline8 libreadline-dev freeglut3-dev \
ccache \
gosu \
cmake \
cython3 \
Expand Down Expand Up @@ -46,6 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-sphinx \
python3-statsmodels \
python3-tk \
tcl8.6 tcl8.6-dev tk8.6-dev \
vera++ \
wget && \
# update-alternatives --remove-all python && \
Expand Down

0 comments on commit 10ba284

Please sign in to comment.