build(docker): add libc6-dev to build dependencies
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Install build tools for C extensions (e.g. TgCrypto), then clean up
|
# Install build tools for C extensions (e.g. TgCrypto), then clean up
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends gcc && \
|
apt-get install -y --no-install-recommends gcc libc6-dev && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install deps first — layer cache reuse on code-only changes
|
# Install deps first — layer cache reuse on code-only changes
|
||||||
|
|||||||
Reference in New Issue
Block a user