Add libkrb5-dev to all images

This commit is contained in:
Christof Marti 2023-07-18 16:48:53 +02:00
parent c6b5814435
commit 77eecc2896
9 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,7 @@ ARG REPO=alpine
ARG TAG=3.16 ARG TAG=3.16
FROM arm64v8/${REPO}:${TAG} FROM arm64v8/${REPO}:${TAG}
RUN apk add nodejs npm g++ python3 make git bash curl perl pkgconfig libsecret-dev RUN apk add nodejs npm g++ python3 make git bash curl perl pkgconfig libsecret-dev krb5-dev
RUN npm install -g yarn RUN npm install -g yarn
RUN mkdir -p /root/vscode RUN mkdir -p /root/vscode

View File

@ -2,7 +2,7 @@ ARG REPO=alpine
ARG TAG=3.16 ARG TAG=3.16
FROM ${REPO}:${TAG} FROM ${REPO}:${TAG}
RUN apk add nodejs npm g++ python3 make git bash curl perl pkgconfig libsecret-dev RUN apk add nodejs npm g++ python3 make git bash curl perl pkgconfig libsecret-dev krb5-dev
RUN npm install -g yarn RUN npm install -g yarn
RUN mkdir -p /root/vscode RUN mkdir -p /root/vscode

View File

@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gnupg \ gnupg \
make \ make \
python3 \ python3 \
libkrb5-dev \
unzip unzip
# Set python3 as default # Set python3 as default

View File

@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libx11-xcb-dev:arm64 \ libx11-xcb-dev:arm64 \
libxkbfile-dev:arm64 \ libxkbfile-dev:arm64 \
libsecret-1-dev:arm64 \ libsecret-1-dev:arm64 \
libkrb5-dev:arm64 \
curl \ curl \
gnupg \ gnupg \
unzip unzip

View File

@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libx11-xcb-dev:armhf \ libx11-xcb-dev:armhf \
libxkbfile-dev:armhf \ libxkbfile-dev:armhf \
libsecret-1-dev:armhf \ libsecret-1-dev:armhf \
libkrb5-dev:armhf \
curl \ curl \
gnupg \ gnupg \
unzip unzip

View File

@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y \
libgl1 \ libgl1 \
libgtk-3.0 \ libgtk-3.0 \
libsecret-1-dev \ libsecret-1-dev \
libkrb5-dev \
libssl-dev \ libssl-dev \
libx11-dev \ libx11-dev \
libx11-xcb-dev \ libx11-xcb-dev \

View File

@ -9,6 +9,7 @@ ARG INSTALL_PKGS="devtoolset-8-gcc \
unzip \ unzip \
sudo \ sudo \
libsecret-devel \ libsecret-devel \
krb5-devel \
nodejs \ nodejs \
python3" python3"

View File

@ -11,6 +11,7 @@ ARG INSTALL_PKGS="devtoolset-8-gcc \
unzip \ unzip \
sudo \ sudo \
libsecret-devel \ libsecret-devel \
krb5-devel \
nodejs \ nodejs \
python3" python3"

View File

@ -17,6 +17,7 @@ RUN apt-get install --yes \
squashfs-tools \ squashfs-tools \
git \ git \
build-essential \ build-essential \
libkrb5-dev \
autoconf autoconf
# Grab the core20 snap (which snapcraft uses as a base) from the stable channel # Grab the core20 snap (which snapcraft uses as a base) from the stable channel