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