mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-01-18 12:34:21 -05:00
🗃️ modified: Dockerfile 🗃️
This commit is contained in:
parent
b98133a758
commit
d53d784caa
@ -5,7 +5,9 @@ ENV VERSION="v1.23.3" \
|
|||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt upgrade -yy && \
|
apt upgrade -yy && \
|
||||||
apt install unzip -yy
|
apt install unzip -yy && \
|
||||||
|
apt clean && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY ./bin/. /usr/local/bin/
|
COPY ./bin/. /usr/local/bin/
|
||||||
COPY ./config/. /config/
|
COPY ./config/. /config/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user