Gotta have the decryption tool

This commit is contained in:
Jean-Paul Calderone 2019-04-03 13:41:33 -04:00
parent e4607d2b21
commit 59231d19ed

View File

@ -436,6 +436,11 @@ jobs:
steps:
- "checkout"
- "setup_remote_docker"
- run:
name: "Get openssl"
command: |
apt-get --quiet update
apt-get --quiet --yes install openssl
- run:
name: "Build Debian 9 image"
command: |