Skip to content

Commit c49d8b4

Browse files
committed
remove unneeded prebuilt packages
1 parent aceb39f commit c49d8b4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tools/docker-images/clp-package-ubuntu-jammy/setup-scripts/install-prebuilt-packages.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ set -o pipefail
66
apt-get update
77
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
88
ca-certificates \
9-
checkinstall \
10-
curl \
119
libcurl4 \
1210
libmariadb-dev \
13-
libssl-dev \
14-
python3 \
15-
rsync \
16-
zstd
11+
python3

0 commit comments

Comments
 (0)