This commit is contained in:
Kavin 2023-07-13 10:02:11 +01:00
parent 5998cf2a5e
commit 3a3c1ffee8
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 1 additions and 1 deletions

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 && \