diff options
| author | Max Audron <audron@cocaine.farm> | 2021-10-10 16:37:20 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-10 16:37:20 +0200 |
| commit | 3c84c82c2414864e0785a1cf1da46eeddb855d0d (patch) | |
| tree | db6c0547926befd128c4626dd618b2ec806739e1 /Containerfile | |
| parent | add openssl-dev as dep to build jobs (diff) | |
replace openssl with rustls for reqwest
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index d3ee21e..edeb48e 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,6 @@ # ------------------------------------------------------------------------------ FROM kube.cat/cocainefarm/rust:1.55.0 AS chef -RUN apk add openssl-dev WORKDIR /work FROM chef AS planner |
