mirror of
https://github.com/VSCodium/vscode-linux-build-agent.git
synced 2025-12-12 19:45:21 -06:00
Add libkrb5-dev to all images
This commit is contained in:
parent
c6b5814435
commit
77eecc2896
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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 \
|
||||||
|
|||||||
@ -9,6 +9,7 @@ ARG INSTALL_PKGS="devtoolset-8-gcc \
|
|||||||
unzip \
|
unzip \
|
||||||
sudo \
|
sudo \
|
||||||
libsecret-devel \
|
libsecret-devel \
|
||||||
|
krb5-devel \
|
||||||
nodejs \
|
nodejs \
|
||||||
python3"
|
python3"
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,7 @@ ARG INSTALL_PKGS="devtoolset-8-gcc \
|
|||||||
unzip \
|
unzip \
|
||||||
sudo \
|
sudo \
|
||||||
libsecret-devel \
|
libsecret-devel \
|
||||||
|
krb5-devel \
|
||||||
nodejs \
|
nodejs \
|
||||||
python3"
|
python3"
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user