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

Remove alib* images

parent 67d32e77
No related branches found
No related tags found
No related merge requests found
Pipeline #33109 passed
image: gitlab.fit.cvut.cz:5000/ict/alpine-docker-images/ci:3.8 image: gitlab.fit.cvut.cz:5000/ict/alpine-docker-images/ci:3.9
   
stages: stages:
- deploy - deploy
...@@ -37,9 +37,3 @@ stages: ...@@ -37,9 +37,3 @@ stages:
   
deploy:osc: deploy:osc:
<<: *push-only-job <<: *push-only-job
deploy:alib-build:
<<: *job
deploy:alib-test:
<<: *job
FROM amd64/debian:testing-slim
RUN apt-get update -y \
&& apt-get upgrade -y \
&& apt-get install -y build-essential cmake make python3 libcppunit-dev libxml2-dev libtclap-dev libreadline-dev qtbase5-dev graphviz-dev libjsoncpp-dev clang-7 \
&& apt-get clean -y
FROM amd64/debian:testing-slim
RUN apt-get update -y \
&& apt-get upgrade -y \
&& apt-get install -y build-essential bash bc coreutils cmake make python3 libcppunit-1.14 libxml2 libreadline7 libqt5widgets5 libqt5xml5 graphviz libjsoncpp1 \
&& apt-get clean -y
...@@ -6,4 +6,4 @@ RUN apk add \ ...@@ -6,4 +6,4 @@ RUN apk add \
RUN pip install wheel six RUN pip install wheel six
RUN pip install build-service-osc pycurl RUN pip install build-service-osc pycurl
RUN ln -s /usr/bin/osc-wrapper.py /usr/bin/osc RUN ln -s /usr/bin/osc-wrapper.py /usr/bin/osc
RUN apk del g++ curl-dev swig python3-dev RUN apk del g++ curl-dev swig python-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