Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
added nano and bash for easier editing of "settings.txt" and direct use of the internal synology terminal button with bash instead of sh.
  • Loading branch information
SoulInfernoDE authored Nov 25, 2024
1 parent 32af406 commit 78b14d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 78b14d3

Please sign in to comment.