Skip to content

Commit

Permalink
test rocksdb update
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-GER committed May 17, 2024
1 parent ca12152 commit f4902d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/docker/bin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && \
apt-get clean
ARG GOLANG_VERSION
ENV GOLANG_VERSION=go1.22.3
ENV ROCKSDB_VERSION=v6.22.1
ENV ROCKSDB_VERSION=v6.23.3
ENV GOPATH=/go
ENV PATH=$PATH:$GOPATH/bin
ENV CGO_CFLAGS="-I/opt/rocksdb/include"
Expand Down Expand Up @@ -50,6 +50,7 @@ RUN \
cd $GOPATH/src/github.com/syscoin && \
git clone https://github.com/Frank-GER/blockbook.git && \
cd blockbook && \
git config --global --add safe.directory /src && \
go mod download

ADD Makefile /build/Makefile
Expand Down

0 comments on commit f4902d2

Please sign in to comment.