We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4205382 commit 8d18549Copy full SHA for 8d18549
clang-format-docker/Dockerfile
@@ -1,10 +1,10 @@
1
-LABEL org.opencontainers.image.description clang-format image
2
-
3
ARG UBUNTU_VERSION
4
FROM ubuntu:${UBUNTU_VERSION}
5
6
ARG CLANG_FORMAT_VERSION
7
+LABEL org.opencontainers.image.description clang-format image
+
8
RUN apt-get update \
9
&& apt-get install --no-install-recommends -y \
10
clang-format-${CLANG_FORMAT_VERSION} \
0 commit comments