From 78b14d3ba1fb292bb53a507ab9af011c57740fb2 Mon Sep 17 00:00:00 2001 From: Soul Inferno DE Date: Mon, 25 Nov 2024 23:15:05 +0100 Subject: [PATCH] Update Dockerfile added nano and bash for easier editing of "settings.txt" and direct use of the internal synology terminal button with bash instead of sh. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73972c5..55ace98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:alpine WORKDIR /usr/src/app # install dependencies for domain-connect-dyndns -RUN apk add -U --no-cache gcc build-base linux-headers ca-certificates python3 python3-dev libffi-dev libressl-dev nano +RUN apk add -U --no-cache gcc build-base linux-headers ca-certificates python3 python3-dev libffi-dev libressl-dev nano bash RUN pip install domain-connect-dyndns