Skip to content

Commit

Permalink
Merge pull request whittlem#820 from whittlem/whittlem-patch-7
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
whittlem authored Jul 31, 2023
2 parents 5b1f2e7 + 409b749 commit ec96a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.11.4-slim-bullseye AS compile-image

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get install --no-install-recommends -y \
build-essential && \
build-essential gfortran && \
rm -rf /var/lib/apt/lists/*

WORKDIR /app
Expand Down

0 comments on commit ec96a93

Please sign in to comment.