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:
@@ -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
|
||||
|
Reference in New Issue
Block a user