Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ci-docker-images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Algorithms Library Toolkit
infrastructure
ci-docker-images
Commits
ec2de2f0
Commit
ec2de2f0
authored
6 years ago
by
Tomáš Pecka
Browse files
Options
Downloads
Patches
Plain Diff
OCS: Reduce size
parent
765a2f32
No related branches found
No related tags found
No related merge requests found
Pipeline
#23085
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ocs/Dockerfile
+4
-2
4 additions, 2 deletions
ocs/Dockerfile
with
4 additions
and
2 deletions
ocs/Dockerfile
+
4
−
2
View file @
ec2de2f0
FROM
bitnami/minideb:stretch
FROM
bitnami/minideb:stretch
RUN
apt-get update
RUN
install_packages python python-pip python-setuptools python-dev gcc libcurl4-openssl-dev libssl1.0-dev
RUN
apt-get
install
-y
python python-pip gcc libcurl4-openssl-dev libssl1.0-dev
RUN
pip
install
wheel
RUN
pip
install
build-service-osc pycurl
RUN
pip
install
build-service-osc pycurl
RUN
ln
-s
/usr/local/bin/osc-wrapper.py /usr/bin/osc
RUN
ln
-s
/usr/local/bin/osc-wrapper.py /usr/bin/osc
RUN
apt-get remove
--purge
-y
gcc
RUN
apt-get
-y
autoremove
CMD
bash
CMD
bash
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