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