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

alib-build: apt-get -y

parent 3fa09b7c
No related branches found
No related tags found
No related merge requests found
Pipeline #27861 passed
FROM amd64/debian:testing-slim FROM amd64/debian:testing-slim
   
RUN apt-get update \ RUN apt-get update -y \
&& apt-get upgrade \ && 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 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 && apt-get clean -y
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