Christian Risi 15bae1af19 V0.7.0 Arroyo Toad
Fixed a design flaw where we supposed we could find keys before reading part of the message by adding support for a method to grab the key at runtime
2024-12-14 11:51:28 +00:00

3 lines
62 B
Plaintext

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