AZILS commited on
Commit
f0a0e6c
·
verified ·
1 Parent(s): e03eee3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -64,7 +64,7 @@ RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39
64
  WORKDIR $HOME/app
65
 
66
  USER root
67
- RUN yes | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
68
  RUN --mount=target=/root/packages.txt,source=packages.txt \
69
  apt-get update && \
70
  xargs -r -a /root/packages.txt apt-get install -y --no-install-recommends \
 
64
  WORKDIR $HOME/app
65
 
66
  USER root
67
+
68
  RUN --mount=target=/root/packages.txt,source=packages.txt \
69
  apt-get update && \
70
  xargs -r -a /root/packages.txt apt-get install -y --no-install-recommends \