Skip to content
Snippets Groups Projects
Commit eb86bb7e authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Merge branch 'centos-support' into 'trunk'

Add centOS support

See merge request !1
parents 0905cd4f 75f0ab33
No related branches found
No related tags found
1 merge request!1Add centOS support
Pipeline #22152 passed
...@@ -16,7 +16,7 @@ USER root ...@@ -16,7 +16,7 @@ USER root
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
# install basic software # install basic software
RUN apt update && apt install git build-essential -y RUN (apt update && apt install git build-essential -y ) || yum groupinstall 'Development Tools' -y
# checkout and build the cpython suite. # checkout and build the cpython suite.
RUN mkdir /work && \ RUN mkdir /work && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment