mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2025-01-06 01:20:33 +05:30
Fix typo
This commit is contained in:
parent
5998cf2a5e
commit
3a3c1ffee8
@ -4,7 +4,7 @@ WORKDIR /app/
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN --mount=type=chache,target=/var/cache/apt \
|
RUN --mount=type=cache,target=/var/cache/apt \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
nasm && \
|
nasm && \
|
||||||
|
Loading…
Reference in New Issue
Block a user