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

Add centOS support

parent 0905cd4f
No related branches found
No related tags found
1 merge request!1Add centOS support
Pipeline #21956 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