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

alib-build: upgrade before installing. Do a cleanup

parent fce5d31e
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
FROM amd64/debian:testing-slim FROM amd64/debian:testing-slim
   
RUN apt-get update \ RUN apt-get update \
&& 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 upgrade \
&& 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment