rodrigomasini commited on
Commit
1f7d185
1 Parent(s): 2589430

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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