Skip to content

Commit db19d84

Browse files
fix dockerfile
1 parent 031e346 commit db19d84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENV PYTHONUNBUFFERED 1 # Force the stdout and stderr streams to be unbuff
77

88
# Install system dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends \
10+
curl \
1011
postgresql-client && \
1112
apt-get clean && rm -rf /var/lib/apt/lists/*
1213

0 commit comments

Comments
 (0)