mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
Fix typo
This commit is contained in:
parent
5998cf2a5e
commit
3a3c1ffee8
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue