2024-12-13 16:04:45 +01:00

7 lines
81 B
Docker

FROM denoland/deno
RUN apt update -y && \
apt install \
git \
sqlite3 \
npm \
-y