8 lines
96 B
Docker
8 lines
96 B
Docker
FROM denoland/deno
|
|
RUN apt update -y && \
|
|
apt install \
|
|
git \
|
|
sqlite3 \
|
|
npm \
|
|
iputils-ping \
|
|
-y |