nsarrazin HF staff commited on
Commit
9aced06
·
verified ·
1 Parent(s): 4cd5f46

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -61,6 +61,7 @@ ENV TZ=Europe/Paris \
61
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
62
  gnupg \
63
  curl \
 
64
  gettext && \
65
  rm -rf /var/lib/apt/lists/*
66
  COPY entrypoint.sh.template entrypoint.sh.template
 
61
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
62
  gnupg \
63
  curl \
64
+ wget \
65
  gettext && \
66
  rm -rf /var/lib/apt/lists/*
67
  COPY entrypoint.sh.template entrypoint.sh.template