From 54fe60ae2bd7f880097b2578a64d436c0898b30b Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 30 Sep 2020 07:52:12 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2fbd84d..80c2204 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,8 +43,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \ apt-get autoremove -y && \ 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" - pwsh -Command "Find-Module -Name 'ExchangeOnlineManagement' -Repository 'PSGallery' | Save-Module -Path '/opt/microsoft/powershell/7/Modules'" + pwsh -Command "Find-Module -Name 'ExchangeOnlineManagement' -Repository 'PSGallery' -MinimumVersion 2.0.4-Preview2 -AllowPrerelease | Save-Module -Path '/opt/microsoft/powershell/7/Modules'" VOLUME /data/scripts VOLUME /etc/lighttpd/vhosts.d