This commit is contained in:
Kavin
2023-07-13 10:02:11 +01:00
parent 5998cf2a5e
commit 3a3c1ffee8
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /app/
COPY . .
RUN --mount=type=chache,target=/var/cache/apt \
RUN --mount=type=cache,target=/var/cache/apt \
apt-get update && \
apt-get install -y --no-install-recommends \
nasm && \