Skip to content

Commit

Permalink
revert($Docker): `apt-get update && apt-get install -y --no-install-r…
Browse files Browse the repository at this point in the history
…ecommends gcc`

Revert "build($Docker): omit `apt-get update && apt-get install -y
--no-install-recommends gcc`"

This reverts commit
01aa5c7.

[skip ci]
  • Loading branch information
johnnymillergh committed Mar 11, 2023
1 parent 01aa5c7 commit 9957e23
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 @@ -10,7 +10,7 @@ FROM base AS python-deps

# Install pipenv and compilation dependencies
RUN pip install pipenv
# RUN apt-get update && apt-get install -y --no-install-recommends gcc
RUN apt-get update && apt-get install -y --no-install-recommends gcc

# Install python dependencies in /.venv
COPY Pipfile .
Expand Down

0 comments on commit 9957e23

Please sign in to comment.