mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
Gotta have the decryption tool
This commit is contained in:
parent
e4607d2b21
commit
59231d19ed
@ -436,6 +436,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- "checkout"
|
- "checkout"
|
||||||
- "setup_remote_docker"
|
- "setup_remote_docker"
|
||||||
|
- run:
|
||||||
|
name: "Get openssl"
|
||||||
|
command: |
|
||||||
|
apt-get --quiet update
|
||||||
|
apt-get --quiet --yes install openssl
|
||||||
- run:
|
- run:
|
||||||
name: "Build Debian 9 image"
|
name: "Build Debian 9 image"
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user