File tree Expand file tree Collapse file tree 9 files changed +9
-2
lines changed
centos7-devtoolset8-arm64 Expand file tree Collapse file tree 9 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG REPO=alpine
22ARG TAG=3.16
33FROM arm64v8/${REPO}:${TAG}
44
5- RUN apk add nodejs npm g++ python3 make git bash curl perl pkgconfig libsecret-dev
5+ RUN apk add nodejs npm g++ python3 make git bash curl perl pkgconfig libsecret-dev krb5-dev
66RUN npm install -g yarn
77
88RUN mkdir -p /root/vscode
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG REPO=alpine
22ARG TAG=3.16
33FROM ${REPO}:${TAG}
44
5- RUN apk add nodejs npm g++ python3 make git bash curl perl pkgconfig libsecret-dev
5+ RUN apk add nodejs npm g++ python3 make git bash curl perl pkgconfig libsecret-dev krb5-dev
66RUN npm install -g yarn
77
88RUN mkdir -p /root/vscode
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2020 gnupg \
2121 make \
2222 python3 \
23+ libkrb5-dev \
2324 unzip
2425
2526# Set python3 as default
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2828 libx11-xcb-dev:arm64 \
2929 libxkbfile-dev:arm64 \
3030 libsecret-1-dev:arm64 \
31+ libkrb5-dev:arm64 \
3132 curl \
3233 gnupg \
3334 unzip
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2828 libx11-xcb-dev:armhf \
2929 libxkbfile-dev:armhf \
3030 libsecret-1-dev:armhf \
31+ libkrb5-dev:armhf \
3132 curl \
3233 gnupg \
3334 unzip
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y \
3030 libgl1 \
3131 libgtk-3.0 \
3232 libsecret-1-dev \
33+ libkrb5-dev \
3334 libssl-dev \
3435 libx11-dev \
3536 libx11-xcb-dev \
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ ARG INSTALL_PKGS="devtoolset-8-gcc \
99 unzip \
1010 sudo \
1111 libsecret-devel \
12+ krb5-devel \
1213 nodejs \
1314 python3"
1415
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ ARG INSTALL_PKGS="devtoolset-8-gcc \
1111 unzip \
1212 sudo \
1313 libsecret-devel \
14+ krb5-devel \
1415 nodejs \
1516 python3"
1617
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN apt-get install --yes \
1717 squashfs-tools \
1818 git \
1919 build-essential \
20+ libkrb5-dev \
2021 autoconf
2122
2223# Grab the core20 snap (which snapcraft uses as a base) from the stable channel
You can’t perform that action at this time.
0 commit comments