We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031e346 commit db19d84Copy full SHA for db19d84
build/docker/Dockerfile
@@ -7,6 +7,7 @@ ENV PYTHONUNBUFFERED 1 # Force the stdout and stderr streams to be unbuff
7
8
# Install system dependencies
9
RUN apt-get update && apt-get install -y --no-install-recommends \
10
+ curl \
11
postgresql-client && \
12
apt-get clean && rm -rf /var/lib/apt/lists/*
13
0 commit comments