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
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 mkdir -p /root/vscode

View File

@ -2,7 +2,7 @@ ARG REPO=alpine
ARG TAG=3.16
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 mkdir -p /root/vscode

View File

@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gnupg \
make \
python3 \
libkrb5-dev \
unzip
# 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 \
libxkbfile-dev:arm64 \
libsecret-1-dev:arm64 \
libkrb5-dev:arm64 \
curl \
gnupg \
unzip

View File

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

View File

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

View File

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

View File

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

View File

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