2024-12-16 09:26:20 +01:00

8 lines
96 B
Docker

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