Skip to content

Commit 6db5953

Browse files
author
mike dupont
committed
update packages
1 parent 67ed0b8 commit 6db5953

File tree

2 files changed

+909
-1467
lines changed

2 files changed

+909
-1467
lines changed

docker-entrypoint-none.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ set -e
66
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
77
set -x
88
#if [ "${1#-}" != "${1}" ] || [ -z "$(command -v "${1}")" ] || { [ -f "${1}" ] && ! [ -x "${1}" ]; }; then
9-
apt update
10-
apt install -y strace
9+
#apt update
10+
#apt install -y strace
1111

1212
#export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
1313
#corepack enable && corepack install --global pnpm@9.8.0

0 commit comments

Comments
 (0)