Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Apr 24, 2024
1 parent e24816d commit 32966d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,13 @@ RUN apk add --no-cache --virtual .build-deps autoconf dpkg-dev dpkg file g++ gcc
# start siridb #
COPY --from=unms-siridb /etc/siridb/siridb.conf /etc/siridb/siridb.conf

ENV LIBCLERI_VERSION=1.0.2 \
ENV LIBCLERI_VERSION=v1.0.2 \
SIRIDB_VERSION=2.0.51

RUN set -x \
&& apk add --no-cache --virtual .build-deps gcc make libuv-dev musl-dev pcre2-dev yajl-dev util-linux-dev \
&& mkdir -p /tmp/src && cd /tmp/src \
&& curl -SL https://github.com/transceptor-technology/libcleri/archive/${LIBCLERI_VERSION}.tar.gz | tar xvz \
&& curl -SL https://github.com/cesbit/libcleri/archive/${LIBCLERI_VERSION}.tar.gz | tar xvz \
&& curl -SL https://github.com/siridb/siridb-server/archive/${SIRIDB_VERSION}.tar.gz | tar xvz \
&& cd /tmp/src/libcleri-${LIBCLERI_VERSION}/Release \
&& make all -j $(nproc) && make install \
Expand Down

0 comments on commit 32966d8

Please sign in to comment.