Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Nov 22, 2024
1 parent a3d006a commit 56d07ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
apt-get update \
&& apt-get -y install cmake curl git ninja-build build-essential uuid-runtime bsdmainutils wget \
\
&& 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" \
&& chmod 755 installer-all \
&& ./installer-all /usr no \

0 comments on commit 56d07ce

Please sign in to comment.