J5Tsai commited on
Commit
be5ba04
·
1 Parent(s): 1d86e4f
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,6 +19,8 @@ ENV HOME=/home/user
19
 
20
  USER user
21
 
 
 
22
  RUN wget --quiet https://github.com/jackalcooper/live_xl/releases/download/latest/${LIVE_XL_TAR} && \
23
  tar xf ${LIVE_XL_TAR}
24
  ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"
 
19
 
20
  USER user
21
 
22
+ RUN apt-get update -y && apt-get install -y wget \
23
+ && apt-get clean && rm -f /var/lib/apt/lists/*_*
24
  RUN wget --quiet https://github.com/jackalcooper/live_xl/releases/download/latest/${LIVE_XL_TAR} && \
25
  tar xf ${LIVE_XL_TAR}
26
  ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"