mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-09-17 17:56:13 -04:00
🗃️ modified: Dockerfile 🗃️
This commit is contained in:
@@ -5,7 +5,9 @@ ENV VERSION="v1.23.3" \
|
||||
|
||||
RUN apt update && \
|
||||
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 ./config/. /config/
|
||||
|
Reference in New Issue
Block a user