1
0
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:
Tim Byrne
2019-11-30 20:15:46 -06:00
parent 3aefeeff0f
commit fe96cfce28
4 changed files with 6 additions and 9 deletions

View File

@@ -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