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

Commit

Permalink
Fix 3775a12: [release-docs] use default clang (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed Jul 15, 2020
1 parent 3775a12 commit dc7725f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-docs/Dockerfile
Expand Up @@ -4,7 +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* \
clang \
doxygen \
gawk \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit dc7725f

Please sign in to comment.