Sfoglia il codice sorgente

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

Nate 5 anni fa
parent
commit
1a98db66ca
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 -