Merge pull request 'refactor: Update backend Dockerfile to use Alpine package names' (#10) from ph4 into prod
Reviewed-on: #10
This commit is contained in:
commit
3c30eaeaee
@ -12,8 +12,8 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
|
|||||||
# Use apk for Alpine Linux instead of apt-get
|
# Use apk for Alpine Linux instead of apt-get
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
gcc \
|
gcc \
|
||||||
build-essential \
|
build-base \
|
||||||
libpq-dev \
|
postgresql-dev \
|
||||||
curl
|
curl
|
||||||
|
|
||||||
# Create non-root user
|
# Create non-root user
|
||||||
|
Loading…
Reference in New Issue
Block a user