adding snappy support

This commit is contained in:
goldsquid
2025-12-13 17:17:01 +07:00
parent 12a9d63adb
commit 9ab679ace3

View File

@@ -13,7 +13,8 @@ RUN apt-get install -y --no-install-recommends \
git \ git \
ca-certificates \ ca-certificates \
openssl \ openssl \
make && \ make \
libsnappy-dev && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
# Define the location for custom certificates # Define the location for custom certificates
@@ -62,7 +63,8 @@ RUN apt-get install -y --no-install-recommends \
libc-dev \ libc-dev \
ca-certificates \ ca-certificates \
bash \ bash \
wget && \ wget \
libsnappy1v5 && \
update-ca-certificates && \ update-ca-certificates && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*