fix build error
This commit is contained in:
parent
792fa76887
commit
a80a8f9122
@ -8,7 +8,7 @@ RUN apt-get update && \
|
||||
apt-get clean
|
||||
|
||||
ADD gpg-keys /tmp/gpg-keys
|
||||
RUN gpg --import /tmp/gpg-keys/*
|
||||
RUN gpg --batch --import /tmp/gpg-keys/*
|
||||
|
||||
ADD build-deb.sh /build/build-deb.sh
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user