Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentberry authored Jan 3, 2024
1 parent 77dcadb commit 4e0eea4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RUN apt-get update && apt-get install -y \
libcurl4-openssl-dev \
&& docker-php-ext-install -j$(nproc) curl

# Installation de l'utilitaire DNS (dnsutils) pour permettre la spécification de serveurs DNS
RUN apt-get install -y dnsutils

# Copie du script PHP dans le conteneur
COPY ddns_update.php /usr/src/app/ddns_update.php

Expand Down

0 comments on commit 4e0eea4

Please sign in to comment.