This commit is contained in:
parent
f2c107ca7c
commit
b7a3c7c29e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user