Skip to content

Commit

Permalink
add clib to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 22, 2024
1 parent 37c7d96 commit 506f6a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ ENV SDE_PROJECTS mulle-test

RUN DEBIAN_FRONTEND=noninteractive \
apt-get update \
&& apt-get -y install cmake curl git ninja-build build-essential uuid-runtime bsdmainutils wget \
&& 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" \
&& chmod 755 installer-all \
&& ./installer-all /usr no \
\
&& git clone https://github.com/clibs/clib.git /tmp/clib \
&& ( cd /tmp/clib ; make ; make install ) \
\
&& wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bookworm-amd64.deb" \
&& dpkg --install "mulle-clang-17.0.6.0-bookworm-amd64.deb"
Expand Down

0 comments on commit 506f6a5

Please sign in to comment.