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
3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
FROM denoland/deno
|
|
RUN apt update
|
|
RUN apt install git npm -y |