Skip to content

Commit

Permalink
Add gcc install to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailalexander committed Jan 10, 2024
1 parent 35b4afc commit 2ee9dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN pip install ${PIP_OPTIONS}
FROM python:3.10-alpine as runtime

# Add apt-get system dependecies for runtime here if needed
RUN apk add build-base

# copy the virtual environment from the build stage and put it in PATH
COPY --from=build /venv/ /venv/
Expand Down

0 comments on commit 2ee9dd2

Please sign in to comment.