Skip to content

Commit 56d07ce

Browse files
committed
fix Dockerfile
1 parent a3d006a commit 56d07ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
2323
apt-get update \
2424
&& apt-get -y install cmake curl git ninja-build build-essential uuid-runtime bsdmainutils wget \
2525
\
26-
&& wget "https://raw.githubusercontent.com/mulle-sde/mulle-sde/${MULLE_SDE_DEFAULT_VERSION:-release}/bin/installer-all" \
26+
&& wget "https://raw.githubusercontent.com/mulle-sde/mulle-sde/${MULLE_SDE_DEFAULT_VERSION:-master}/bin/installer-all" \
2727
&& chmod 755 installer-all \
2828
&& ./installer-all /usr no \
2929

0 commit comments

Comments
 (0)