Skip to content

Commit

Permalink
#25 cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 30, 2022
1 parent 7c03c00 commit 2abbeb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ RUN apt-get update -y --fix-missing && apt-get install -y wget curl \
libfreetype6 libfreetype6-dev \
libfontconfig1 libfontconfig1-dev

# CMake for C/C++ projects
RUN apt-get -y install cmake

# Docker cli
RUN mkdir -p /tmp/download \
&& curl -s -L "https://download.docker.com/linux/static/stable/x86_64/docker-18.06.3-ce.tgz" | \
Expand Down

0 comments on commit 2abbeb7

Please sign in to comment.