Skip to content

Commit

Permalink
Try alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 8, 2024
1 parent 0eb7a75 commit 2df02a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend-py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ ENV PYTHONUNBUFFERED=1 \
PATH="/app/.venv/bin:$PATH"

# Packages
RUN apt update && \
apt install -y --no-install-recommends curl libpq-dev
RUN apk add curl libpq-dev

# Dependencies, config and app
COPY --from=build /app/.venv /app/.venv
Expand Down

0 comments on commit 2df02a1

Please sign in to comment.