Explorar el Código

add git executable to porter-cli container

Alexander Belanger hace 4 años
padre
commit
45d84feacb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/
 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
 ARG VERSION