YoBatM commited on
Commit
7365373
·
verified ·
1 Parent(s): 3cd76b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ WORKDIR $HOME/app
11
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
12
  COPY --chown=user . $HOME/app
13
  RUN chmod 777 -R $HOME/app
 
14
  RUN xargs apt-get install < ./paquetes.txt -y
15
  RUN apt-get update -q \
16
  && apt-get install -qy build-essential wget libfontconfig1 \
 
11
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
12
  COPY --chown=user . $HOME/app
13
  RUN chmod 777 -R $HOME/app
14
+ RUN apt update
15
  RUN xargs apt-get install < ./paquetes.txt -y
16
  RUN apt-get update -q \
17
  && apt-get install -qy build-essential wget libfontconfig1 \