Skip to content

Commit 7d16b88

Browse files
committed
chore: Readd build-essential
1 parent 5c5e48a commit 7d16b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
66
ENV TZ=Etc/UTC
77

88
RUN apt-get update && \
9-
apt-get install -y curl m4 csh jq file && \
9+
apt-get install -y m4 csh jq file build-essential && \
1010
rm -rf /var/lib/apt/lists/*
1111

1212
COPY environment.yml /opt/environment.yml

0 commit comments

Comments
 (0)