Update Dockerfile
Browse files- 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
|