Skip to content
Snippets Groups Projects
Commit 66541dde authored by Erick Hitter's avatar Erick Hitter
Browse files

Wrong clang

parent 1a26a1b4
Branches
No related tags found
Loading
Pipeline #1363 passed with warnings
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
...@@ -11,7 +11,7 @@ RUN go get -u golang.org/x/lint/golint ...@@ -11,7 +11,7 @@ RUN go get -u golang.org/x/lint/golint
# Install clang # Install clang
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
clang-7.0 \ clang \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment