This commit is contained in:
		| @@ -43,7 +43,9 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \ | |||||||
|     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 "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose" && \ | ||||||
|     pwsh -Command "Find-Module -Name 'ExchangeOnlineManagement' -Repository 'PSGallery' -MinimumVersion 2.0.4-Preview2 -AllowPrerelease | 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'" && \ | ||||||
|  |     pwsh -Command "Find-Module -Name 'PSWSMan' -Repository 'PSGallery' -AllowPrerelease | Save-Module -Path '/opt/microsoft/powershell/7/Modules'" && \ | ||||||
|  |      | ||||||
|  |  | ||||||
| VOLUME /data/scripts | VOLUME /data/scripts | ||||||
| VOLUME /etc/lighttpd/vhosts.d | VOLUME /etc/lighttpd/vhosts.d | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user