Преглед на файлове

add git executable to porter-cli container

Alexander Belanger преди 4 години
родител
ревизия
45d84feacb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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