Skip to content
Snippets Groups Projects
Commit ec2de2f0 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

OCS: Reduce size

parent 765a2f32
No related branches found
No related tags found
No related merge requests found
Pipeline #23085 passed
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
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