8 lines
96 B
Plaintext
Raw Permalink Normal View History

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