We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0721cfb commit c8813b2Copy full SHA for c8813b2
google_export/Dockerfile
@@ -1,6 +1,9 @@
1
FROM python:3.11-slim
2
3
WORKDIR /app
4
+RUN apt update \
5
+ && apt upgrade -y\
6
+ && apt install -y curl
7
8
COPY requirements.txt requirements.txt
9
0 commit comments