7 lines
81 B
Plaintext
Raw Normal View History

2024-12-13 16:04:45 +01:00
FROM denoland/deno
RUN apt update -y && \
apt install \
git \
sqlite3 \
npm \
-y