feat: support RocksDB

This commit is contained in:
2026-04-14 14:28:47 -04:00
parent d8d2526782
commit 1b88e6a11d
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ ARG PROTOC_VERSION=31.1-r1
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
apk add --update protoc=${PROTOC_VERSION}
ENV CXXFLAGS="-include cstdint"
RUN \
# This one would be nice if it worked:
# --mount=type=bind,source=.,target=/root/app \