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 8d18549 commit 9c5e6fbCopy full SHA for 9c5e6fb
clang-format-docker/Dockerfile
@@ -3,8 +3,6 @@ FROM ubuntu:${UBUNTU_VERSION}
3
4
ARG CLANG_FORMAT_VERSION
5
6
-LABEL org.opencontainers.image.description clang-format image
7
-
8
RUN apt-get update \
9
&& apt-get install --no-install-recommends -y \
10
clang-format-${CLANG_FORMAT_VERSION} \
0 commit comments