YoBatM commited on
Commit
67ea1a4
·
verified ·
1 Parent(s): 7f55610

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -12,8 +12,6 @@ ENV HOME=/home/user \
12
  WORKDIR $HOME/app
13
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
14
  COPY --chown=user . $HOME/app
15
- RUN apt-get upgrade
16
- RUN apt search tex
17
  RUN xargs apt-get install < ./paquetes.txt -y
18
  # Switch to the "user" user
19
  USER user
 
12
  WORKDIR $HOME/app
13
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
14
  COPY --chown=user . $HOME/app
 
 
15
  RUN xargs apt-get install < ./paquetes.txt -y
16
  # Switch to the "user" user
17
  USER user