Skip to content

Commit c8813b2

Browse files
committed
google_export: added curl to python-slim
1 parent 0721cfb commit c8813b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google_export/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM python:3.11-slim
22

33
WORKDIR /app
4+
RUN apt update \
5+
&& apt upgrade -y\
6+
&& apt install -y curl
47

58
COPY requirements.txt requirements.txt
69

0 commit comments

Comments
 (0)