Skip to content

Commit a312f65

Browse files
committed
fix lfs
1 parent e97fe88 commit a312f65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/build_scripts/install-git-lfs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ curl -fsSLo "${GIT_LFS_SHA256}" "https://github.com/git-lfs/git-lfs/releases/dow
3535
curl -fsSLo "${GIT_LFS_ARCHIVE}" "https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION}/${GIT_LFS_ARCHIVE}"
3636

3737
gpg -d "${GIT_LFS_SHA256}" | grep "${GIT_LFS_ARCHIVE}" | sha256sum -c
38+
gpgconf --kill gpg-agent
3839

3940
mkdir git-lfs
4041
tar -C git-lfs -xf "${GIT_LFS_ARCHIVE}" --strip-components 1

docker/build_scripts/install-runtime-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if [ "${AUDITWHEEL_POLICY}" == "manylinux2014" ]; then
117117
fi
118118
fixup-mirrors
119119
elif [ "${OS_ID_LIKE}" == "rhel" ]; then
120-
BASE_TOOLS+=(glibc-locale-source glibc-langpack-en gzip hardlink hostname libcurl libnsl libxcrypt which)
120+
BASE_TOOLS+=(glibc-locale-source glibc-langpack-en gnupg2 gzip hardlink hostname libcurl libnsl libxcrypt which)
121121
echo "tsflags=nodocs" >> /etc/dnf/dnf.conf
122122
dnf -y upgrade
123123
EPEL=epel-release

0 commit comments

Comments
 (0)