Skip to content
Snippets Groups Projects
Commit 12234b48 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2:
Browse files

Install wget

parent b624bbc9
No related branches found
No related tags found
1 merge request!61Docker file fixes
...@@ -18,7 +18,7 @@ ENV DEBIAN_FRONTEND noninteractive ...@@ -18,7 +18,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y tzdata && ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && dpkg-reconfigure --frontend noninteractive tzdata RUN apt-get update && apt-get install -y tzdata && ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && dpkg-reconfigure --frontend noninteractive tzdata
### Install C++, cmake and python ### Install C++, cmake and python
RUN apt-get update && apt-get install -y cmake g++ python git sudo nano RUN apt-get update && apt-get install -y cmake g++ python git sudo nano wget
### Boost installation ### Boost installation
RUN apt-get update && apt-get install -y libboost-all-dev RUN apt-get update && apt-get install -y libboost-all-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment