We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abad01 commit 0bfa810Copy full SHA for 0bfa810
docker/build/entrypoint.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-set -e
+set -ex
4
5
# Fix for missing bullseye repos:
6
echo 'deb http://archive.debian.org/debian bullseye main
@@ -9,7 +9,7 @@ deb http://archive.debian.org/debian bullseye-updates main' > /etc/apt/sources.l
9
10
apt-get update
11
apt-get install debian-archive-keyring
12
-apt-getupdate
+apt-get update
13
14
apt update
15
apt install --no-install-recommends -y curl pkg-config libpcsclite-dev libpcsclite-dev:arm64
0 commit comments