mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
9 lines
125 B
Docker
9 lines
125 B
Docker
FROM denoland/deno:debian
|
|
|
|
ENV DENO_DIR=/deno-dir
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y unzip
|
|
|
|
COPY scripts /usr/bin
|