Pārlūkot izejas kodu

add git executable to porter-cli container

Alexander Belanger 4 gadi atpakaļ
vecāks
revīzija
45d84feacb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      services/porter_cli_container/Dockerfile

+ 1 - 1
services/porter_cli_container/Dockerfile

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