Skip to content

Commit

Permalink
attempt fix (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira authored Oct 24, 2023
1 parent 2169dc2 commit 83fa68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV PATH="$POETRY_HOME/bin:${PATH}"
SHELL ["/bin/sh", "-o", "pipefail", "-c"]

# hadolint ignore=DL3018
RUN apk update && apk add --no-cache curl gcc musl-dev libffi-dev jq
RUN apk update && apk add --no-cache curl gcc musl-dev libffi-dev jq postgresql-dev
# I could not make the linter accept 4006, so I will put this here. Whoever is interested should find a way to resolve this without ignoring.
# hadolint ignore=DL4006
RUN curl -sSL https://install.python-poetry.org | python3 -
Expand Down

0 comments on commit 83fa68e

Please sign in to comment.