We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d006a commit 56d07ceCopy full SHA for 56d07ce
Dockerfile
@@ -23,7 +23,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
23
apt-get update \
24
&& apt-get -y install cmake curl git ninja-build build-essential uuid-runtime bsdmainutils wget \
25
\
26
- && wget "https://raw.githubusercontent.com/mulle-sde/mulle-sde/${MULLE_SDE_DEFAULT_VERSION:-release}/bin/installer-all" \
+ && wget "https://raw.githubusercontent.com/mulle-sde/mulle-sde/${MULLE_SDE_DEFAULT_VERSION:-master}/bin/installer-all" \
27
&& chmod 755 installer-all \
28
&& ./installer-all /usr no \
29
0 commit comments