Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "PlotFS"]
path = PlotFS
url = https://github.com/benengele/PlotFS.git
update = rebase
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN \
apk --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.16/community add fuse3-dev flatbuffers-dev

WORKDIR /build
RUN git clone https://github.com/szatmary/PlotFS.git
COPY PlotFS PlotFS
RUN cd PlotFS && cmake . && make && make install

FROM alpine:3.16
Expand Down
1 change: 1 addition & 0 deletions PlotFS
Submodule PlotFS added at 29c437