Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opensuse
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
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
Sebastian Achilles
opensuse
Commits
93e4ee48
Commit
93e4ee48
authored
4 years ago
by
Sebastian Achilles
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile: Remove OS Repo, since it is already included in the base image
parent
81e5f61f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
with
1 addition
and
2 deletions
Dockerfile
+
1
−
2
View file @
93e4ee48
FROM
opensuse/leap:latest
RUN
zypper ar
-f
-n
OSS http://download.opensuse.org/distribution/leap/15.2/repo/oss/ OSS
\
&&
zypper
install
-y
git
\
RUN
zypper
install
-y
git
\
&&
zypper
install
-y
unzip
\
&&
zypper
install
-y
gzip
\
&&
zypper
install
-y
-t
pattern devel_basis devel_C_C++ devel_java
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment