Skip to content

Commit

Permalink
fix Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Nov 22, 2024
1 parent 15be074 commit 03bac2a
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 @@ -27,7 +27,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
apt-get update \
&& apt-get -y install cmake curl git ninja-build build-essential uuid-runtime bsdmainutils wget libcurl4-gnutls-dev \
\
&& 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 \
\
Expand Down

0 comments on commit 03bac2a

Please sign in to comment.