Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 1a39eb6

Browse files
docker: get rid of clang-format from nightly distributions
1 parent 583ce53 commit 1a39eb6

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

utils/docker/images/Dockerfile.ubuntu-18.04

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright 2016-2021, Intel Corporation
2+
# Copyright 2016-2022, Intel Corporation
33

44
#
55
# Dockerfile - a 'recipe' for Docker to build an image of ubuntu-based
@@ -78,7 +78,6 @@ ARG TESTS_DEPS="\
7878
# Misc for our builds/CI (optional)
7979
ARG MISC_DEPS="\
8080
clang \
81-
clang-format-9 \
8281
libtext-diff-perl \
8382
pkg-config \
8483
sudo \

utils/docker/images/Dockerfile.ubuntu-21.04

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright 2016-2021, Intel Corporation
2+
# Copyright 2016-2022, Intel Corporation
33

44
#
55
# Dockerfile - a 'recipe' for Docker to build an image of ubuntu-based
@@ -67,7 +67,6 @@ ARG TESTS_DEPS="\
6767
# Misc for our builds/CI (optional)
6868
ARG MISC_DEPS="\
6969
clang \
70-
clang-format-9 \
7170
libtext-diff-perl \
7271
pkg-config \
7372
sudo \

utils/docker/images/Dockerfile.ubuntu-21.10

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ ARG TESTS_DEPS="\
6767
# Misc for our builds/CI (optional)
6868
ARG MISC_DEPS="\
6969
clang \
70-
clang-format-9 \
7170
libtext-diff-perl \
7271
pkg-config \
7372
sudo \

utils/docker/images/Dockerfile.ubuntu-devel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright 2016-2021, Intel Corporation
2+
# Copyright 2016-2022, Intel Corporation
33

44
#
55
# Dockerfile - a 'recipe' for Docker to build an image of ubuntu-based
@@ -67,7 +67,6 @@ ARG TESTS_DEPS="\
6767
# Misc for our builds/CI (optional)
6868
ARG MISC_DEPS="\
6969
clang \
70-
clang-format-9 \
7170
libtext-diff-perl \
7271
pkg-config \
7372
sudo \

0 commit comments

Comments
 (0)