mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Gotta have the decryption tool
This commit is contained in:
parent
e4607d2b21
commit
59231d19ed
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user