mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-01-18 12:34:21 -05:00
🗃️ modified: Dockerfile 🗃️
This commit is contained in:
parent
c5590192f3
commit
b98133a758
@ -3,7 +3,9 @@ FROM casjaysdevdocker/debian:latest as build
|
||||
ENV VERSION="v1.23.3" \
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update && apt upgrade -yy && apt install unzip -yy
|
||||
RUN apt update && \
|
||||
apt upgrade -yy && \
|
||||
apt install unzip -yy
|
||||
|
||||
COPY ./bin/. /usr/local/bin/
|
||||
COPY ./config/. /config/
|
||||
|
Loading…
x
Reference in New Issue
Block a user