소스 검색

C++/silicon: fix failing build (#5765)

Nate 5 년 전
부모
커밋
1a98db66ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frameworks/C++/silicon/silicon.dockerfile

+ 1 - 1
frameworks/C++/silicon/silicon.dockerfile

@@ -1,6 +1,6 @@
 FROM buildpack-deps:xenial
 
-RUN apt-get update -yqq && apt-get install -yqq software-properties-common unzip cmake
+RUN apt-get update -yqq && apt-get install -yqq software-properties-common cmake apt-transport-https
 
 RUN add-apt-repository -s "deb http://apt.llvm.org/`lsb_release -cs`/ llvm-toolchain-`lsb_release -cs`-3.9 main"
 RUN wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add -