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

OSC: debian to alpine

parent 43058099
No related branches found
No related tags found
No related merge requests found
Pipeline #33076 passed
FROM bitnami/minideb:stretch
FROM alpine:3.9
 
RUN install_packages python python-pip python-setuptools python-dev gcc libcurl4-openssl-dev libssl1.0-dev
RUN pip install wheel
RUN apk add \
python python-dev py2-pip swig \
g++ curl curl-dev bash tar git
RUN pip install wheel six
RUN pip install build-service-osc pycurl
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
RUN ln -s /usr/bin/osc-wrapper.py /usr/bin/osc
RUN apk del g++ curl-dev swig python3-dev
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