Replace `git:` with `https:` in dgamelaunch clone

main
Jerry Aldrich 3 years ago
parent 67140d743a
commit 26604e4d4f
  1. 2
      Dockerfile

@ -9,7 +9,7 @@ RUN apt-get install -y gcc make flex bison build-essential git libncurses5-dev w
# Build dgamelaunch
WORKDIR /
RUN git clone git://github.com/paxed/dgamelaunch.git
RUN git clone https://github.com/paxed/dgamelaunch.git
WORKDIR dgamelaunch

Loading…
Cancel
Save