Skip to content

Commit

Permalink
Install C compiler needed by TreeKnit
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Jul 11, 2024
1 parent 9649e0b commit 3537c12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ RUN pip3 install \
statsmodels \
&& rm -rf ~/.cache

# Install Java.
# Install Java and C compiler.
RUN apt-get update && apt-get install -y --no-install-recommends \
default-jre && \
default-jre \
clang && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 3537c12

Please sign in to comment.