There was an error while loading. Please reload this page.
1 parent a8d7409 commit a20cd8fCopy full SHA for a20cd8f
Dockerfile
@@ -1,9 +1,6 @@
1
FROM ubuntu:18.04
2
3
#RUN echo $HOME
4
-RUN echo "[url \"https://github.com/\"]" >> ~/.gitconfig
5
-RUN echo " insteadOf = \"git://github.com/\"" >> ~/.gitconfig
6
-RUN git clone -b master git://github.com/NetCommons3/NetCommons3 /opt/nc3.dist
7
8
# パッケージ準備 (linux)
9
RUN apt-get update
@@ -23,6 +20,10 @@ RUN apt-get -y install git
23
20
RUN git --version
24
21
RUN which git
25
22
+RUN echo '[url "https://github.com/"]' >> ~/.gitconfig
+RUN echo ' insteadOf = "git://github.com/"' >> ~/.gitconfig
+RUN git clone -b master git://github.com/NetCommons3/NetCommons3 /opt/nc3.dist
26
+
27
# ffmpegのインストール
28
RUN apt-get -y install ffmpeg
29
RUN ffmpeg -version
0 commit comments