changes
This commit is contained in:
parent
20c82e2cd1
commit
58dfde04cd
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ ARG distro
|
||||||
FROM $distro
|
FROM $distro
|
||||||
|
|
||||||
# dependencies needed to run ./mach bootstrap
|
# dependencies needed to run ./mach bootstrap
|
||||||
RUN ( apt-get -y update && apt-get -y upgrade && apt-get -y install mercurial python3 python3-dev python3-pip libclang-dev ; true)
|
RUN ( apt-get -y update && apt-get -y upgrade && apt-get -y install mercurial python3 python3-dev python3-pip ; true)
|
||||||
RUN ( dnf -y upgrade && dnf -y install mercurial python3 python3-devel ; true)
|
RUN ( dnf -y upgrade && dnf -y install mercurial python3 python3-devel ; true)
|
||||||
|
|
||||||
# our work happens here, on the host filesystem.
|
# our work happens here, on the host filesystem.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue