Skip to content

Commit a20cd8f

Browse files
committed
Updata docker.
1 parent a8d7409 commit a20cd8f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
FROM ubuntu:18.04
22

33
#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
74

85
# パッケージ準備 (linux)
96
RUN apt-get update
@@ -23,6 +20,10 @@ RUN apt-get -y install git
2320
RUN git --version
2421
RUN which git
2522

23+
RUN echo '[url "https://github.com/"]' >> ~/.gitconfig
24+
RUN echo ' insteadOf = "git://github.com/"' >> ~/.gitconfig
25+
RUN git clone -b master git://github.com/NetCommons3/NetCommons3 /opt/nc3.dist
26+
2627
# ffmpegのインストール
2728
RUN apt-get -y install ffmpeg
2829
RUN ffmpeg -version

0 commit comments

Comments
 (0)