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

Wrong clang

parent 1a26a1b4
No related branches found
No related tags found
1 merge request!17Update Golang image for Buster
Pipeline #1363 passed with warnings with stages
in 5 minutes and 36 seconds
...@@ -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.
Finish editing this message first!
Please register or to comment