debug: Dockerfile with build-essential
Some checks failed
Deploy on push / deploy (push) Failing after 1m36s
Some checks failed
Deploy on push / deploy (push) Failing after 1m36s
This commit is contained in:
parent
e38a1c1338
commit
7df9361daa
|
@ -3,6 +3,7 @@ FROM python:slim
|
|||
RUN apt-get update && apt-get install -y \
|
||||
postgresql-client \
|
||||
curl \
|
||||
build-essential \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in New Issue
Block a user