Update 'Dockerfile'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2020-09-30 07:02:51 +00:00
parent f2c107ca7c
commit b7a3c7c29e

View File

@ -41,7 +41,9 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \
libterm-readline-gnu-perl \ libterm-readline-gnu-perl \
software-properties-common && \ software-properties-common && \
apt-get autoremove -y && \ apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/* && \
pwsh -Command "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose" && \
pwsh -Command "Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.4-Preview2 -AllowPrerelease -Verbose"
VOLUME /data/scripts VOLUME /data/scripts
VOLUME /etc/lighttpd/vhosts.d VOLUME /etc/lighttpd/vhosts.d