Jelajahi Sumber

Update Dockerfile (#3293)

Feroze Mohideen 2 tahun lalu
induk
melakukan
f64a77a350
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      services/porter_cli_container/Dockerfile

+ 3 - 1
services/porter_cli_container/Dockerfile

@@ -2,7 +2,9 @@ FROM ubuntu:latest
 
 
 COPY get-porter-cli.sh /scratch/
 COPY get-porter-cli.sh /scratch/
 
 
-RUN apt-get update && apt-get install -y curl unzip git
+RUN apt-get update && apt-get install -y unzip git
+
+RUN apt-get install --allow-downgrades -y curl=7.81.0-1 libcurl4=7.81.0-1
 
 
 ARG VERSION
 ARG VERSION