Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
raspbian-base
Commits
cddefd03
Commit
cddefd03
authored
Nov 23, 2018
by
Markus Frosch
Browse files
debootstrap: Disable tty for gpg
parent
f871ac76
Pipeline
#2983
failed with stage
in 3 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debootstrap/debootstrap.sh
View file @
cddefd03
...
...
@@ -12,7 +12,7 @@
set
-exu
gpg
--keyserver
"
$KEYSERVER
"
--recv-key
"
$GPGKEY
"
gpg
--no-tty
--keyserver
"
$KEYSERVER
"
--recv-key
"
$GPGKEY
"
rm
-rf
"
${
TARGET
:?
}
"
rm
-f
"
${
TARBALL
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment