Forcer la mise à jour
This commit is contained in:
parent
066815bc53
commit
4073a0eb88
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
|
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
|
||||||
echo 'RUN apt update && apt dist-upgrade && apt clean all' >> Dockerfile
|
echo 'RUN apt update && apt dist-upgrade --yes && apt clean all' >> Dockerfile
|
||||||
echo 'RUN apt update && apt install --yes make' >> Dockerfile
|
echo 'RUN apt update && apt install --yes make' >> Dockerfile
|
||||||
echo 'RUN apt update && apt install --yes python3-setuptools python3-pygments fonts-liberation fonts-liberation2 && apt clean all' >> Dockerfile
|
echo 'RUN apt update && apt install --yes python3-setuptools python3-pygments fonts-liberation fonts-liberation2 && apt clean all' >> Dockerfile
|
||||||
echo 'RUN apt update && apt install --yes texlive-full rubber && apt clean all' >> Dockerfile
|
echo 'RUN apt update && apt install --yes texlive-full rubber && apt clean all' >> Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue