Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python3-testing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Software Testing
python3-testing
Compare revisions
0905cd4f754978ee9e9ea2a8c45d92f71bbc3e73 to eb86bb7ef78587d11c8f61a5663952c7f3c34548
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
opensrc/software-testing/python3-testing
Select target project
No results found
eb86bb7ef78587d11c8f61a5663952c7f3c34548
Select Git revision
Swap
Target
opensrc/software-testing/python3-testing
Select target project
opensrc/software-testing/python3-testing
1 result
0905cd4f754978ee9e9ea2a8c45d92f71bbc3e73
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add centOS support
· 75f0ab33
Jason Hiser
authored
1 year ago
75f0ab33
Merge branch 'centos-support' into 'trunk'
· eb86bb7e
Jason Hiser
authored
1 year ago
Add centOS support See merge request
!1
eb86bb7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
View file @
eb86bb7e
...
...
@@ -16,7 +16,7 @@ USER root
ENV
DEBIAN_FRONTEND=noninteractive
# 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.
RUN
mkdir
/work
&&
\
...
...
This diff is collapsed.
Click to expand it.