Skip to content

Commit

Permalink
ajout d'un apt-get update avant l'installation des dépendances dans t…
Browse files Browse the repository at this point in the history
…uxml/tuxml
  • Loading branch information
psaffray committed Jul 4, 2019
1 parent 0ba2770 commit aed9c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_management/settings_image_tuxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
'PREVIMG_VERSION': "FROM " + NAME_IMAGE,
'LINUX_UNTAR': "RUN tar xf /TuxML/linux-4.13.3.tar.xz -C /TuxML && rm /TuxML/linux-4.13.3.tar.xz",
'TUXML_UNTAR': "RUN tar xf /TuxML/TuxML.tar.xz -C /TuxML && rm /TuxML/TuxML.tar.xz",
'RUN_DEP_FILE': "RUN apt-get install -y --no-install-recommends $(cat /dependencies.txt)"
'RUN_DEP_FILE': "RUN apt-get update && apt-get install -y --no-install-recommends $(cat /dependencies.txt)"
}

0 comments on commit aed9c26

Please sign in to comment.