This commit is contained in:
		| @@ -41,7 +41,9 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \ | ||||
|       libterm-readline-gnu-perl \ | ||||
|       software-properties-common && \ | ||||
|     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 /etc/lighttpd/vhosts.d | ||||
|   | ||||
		Reference in New Issue
	
	Block a user