rip out libc6 update and keep stock installed deb

pull/40/head
thelamer 2020-04-17 18:16:58 -07:00
rodzic c791b765f3
commit 07d1c2e71b
5 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -85,7 +85,6 @@ RUN \
apt-get install -y \
curl \
gnupg \
libc6 \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \

Wyświetl plik

@ -85,7 +85,6 @@ RUN \
apt-get install -y \
curl \
gnupg \
libc6 \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \

Wyświetl plik

@ -85,7 +85,6 @@ RUN \
apt-get install -y \
curl \
gnupg \
libc6 \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \

4
Jenkinsfile vendored
Wyświetl plik

@ -327,7 +327,7 @@ pipeline {
}
stage('Build ARMHF') {
agent {
label 'X86-64-MULTI'
label 'ARMHF'
}
steps {
withCredentials([
@ -354,7 +354,7 @@ pipeline {
}
stage('Build ARM64') {
agent {
label 'X86-64-MULTI'
label 'ARM64'
}
steps {
withCredentials([

Wyświetl plik

@ -6,7 +6,6 @@ external_type: os
release_type: prerelease
release_tag: focal
ls_branch: focal
use_qemu: true
repo_vars:
- BUILD_VERSION_ARG = 'OS'
- LS_USER = 'linuxserver'