mirror of
https://github.com/austinried/subtracks.git
synced 2026-06-27 06:04:29 +02:00
3408a3988e
test fixture setup for navidrome
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
|