rodrigomasini
commited on
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -22,7 +22,9 @@ ENV TZ=America/New_York \
|
|
22 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
23 |
gnupg \
|
24 |
curl \
|
25 |
-
gettext
|
|
|
|
|
26 |
rm -rf /var/lib/apt/lists/*
|
27 |
COPY entrypoint.sh.template entrypoint.sh.template
|
28 |
|
|
|
22 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
23 |
gnupg \
|
24 |
curl \
|
25 |
+
gettext \
|
26 |
+
python3 \
|
27 |
+
python3-pip && \
|
28 |
rm -rf /var/lib/apt/lists/*
|
29 |
COPY entrypoint.sh.template entrypoint.sh.template
|
30 |
|