mirror of
https://github.com/TheLocehiliosan/yadm
synced 2026-03-02 03:49:29 +00:00
Update testbed image to use GnuPG 2
This commit is contained in:
@@ -19,7 +19,7 @@ RUN \
|
||||
curl \
|
||||
expect \
|
||||
git \
|
||||
gnupg1 \
|
||||
gnupg \
|
||||
lsb-release \
|
||||
make \
|
||||
python3-pip \
|
||||
@@ -35,9 +35,6 @@ RUN pip3 install \
|
||||
yamllint==1.17.0 \
|
||||
;
|
||||
|
||||
# Force GNUPG version 1 at path /usr/bin/gpg
|
||||
RUN ln -fs /usr/bin/gpg1 /usr/bin/gpg
|
||||
|
||||
# Create a flag to identify when running inside the yadm testbed
|
||||
RUN touch /.yadmtestbed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user