txlyre hace 2 días
padre
commit
aa2dcfd7c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      langs/pwsh/Dockerfile

+ 1 - 1
langs/pwsh/Dockerfile

@@ -1,4 +1,4 @@
-RUN apt-get install wget libicu72 libgssapi-krb5-2 -y
+RUN apt-get install wget libicu-dev libgssapi-krb5-2 -y
 RUN wget -c https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/powershell_7.6.0-1.deb_amd64.deb
 RUN yes | dpkg -i powershell_7.6.0-1.deb_amd64.deb
 RUN rm powershell_7.6.0-1.deb_amd64.deb