Skip to content

Commit

Permalink
mingw: Pull opusfile source from gitlab.
Browse files Browse the repository at this point in the history
Update the build environment container to use the gitlab.xiph.org
url instead of the no-longer-available git.xiph.org.
  • Loading branch information
rillian committed Jun 24, 2020
1 parent 1a3c932 commit f267cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN dnf install -y mingw32-gcc zip

RUN dnf clean all

RUN git clone https://git.xiph.org/opusfile.git
RUN git clone https://gitlab.xiph.org/xiph/opusfile.git

WORKDIR opusfile
RUN git pull
Expand Down

0 comments on commit f267cc5

Please sign in to comment.