Explorar o código

add git executable to porter-cli container

Alexander Belanger %!s(int64=4) %!d(string=hai) anos
pai
achega
45d84feacb
Modificáronse 1 ficheiros con 1 adicións e 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/
 
-RUN apt-get update && apt-get install -y curl unzip
+RUN apt-get update && apt-get install -y curl unzip git
 
 ARG VERSION