diff --git a/Dockerfile b/Dockerfile index ec07e675..c5484513 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ RUN apt-get update -y \ fuse3 \ rsync \ ffmpeg \ + nano \ && \ if [ "$(uname -m)" = "x86_64" ]; \ then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \