refactor: Update backend Dockerfile to use Alpine package names
Some checks failed
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Failing after 20s
Some checks failed
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Failing after 20s
This commit is contained in:
parent
392a2ae049
commit
cd98b7b854
@ -12,8 +12,8 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
|
||||
# Use apk for Alpine Linux instead of apt-get
|
||||
RUN apk add --no-cache \
|
||||
gcc \
|
||||
build-essential \
|
||||
libpq-dev \
|
||||
build-base \
|
||||
postgresql-dev \
|
||||
curl
|
||||
|
||||
# Create non-root user
|
||||
|
Loading…
Reference in New Issue
Block a user