7 lines
81 B
Docker
7 lines
81 B
Docker
FROM denoland/deno
|
|
RUN apt update -y && \
|
|
apt install \
|
|
git \
|
|
sqlite3 \
|
|
npm \
|
|
-y |