Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix 091287d: [release-docs] cmake requires a compiler (#45)
  • Loading branch information
glx22 committed Jul 15, 2020
1 parent 091287d commit 3775a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-docs/Dockerfile
Expand Up @@ -4,6 +4,7 @@ FROM openttd/base:linux-debian-stretch-amd64
RUN apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && \
apt-get install -y --no-install-recommends \
\
clang-3.9=1:3.9* \
doxygen \
gawk \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3775a12

Please sign in to comment.