Skip to content

Commit 9c5e6fb

Browse files
authored
build: Remove Dockerfile label (#270)
1 parent 8d18549 commit 9c5e6fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang-format-docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ FROM ubuntu:${UBUNTU_VERSION}
33

44
ARG CLANG_FORMAT_VERSION
55

6-
LABEL org.opencontainers.image.description clang-format image
7-
86
RUN apt-get update \
97
&& apt-get install --no-install-recommends -y \
108
clang-format-${CLANG_FORMAT_VERSION} \

0 commit comments

Comments
 (0)