Explorar el Código

Changing base to temurin-focal for r installation to work

Andrej Studen hace 2 años
padre
commit
1533276141
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/Dockerfile

+ 1 - 1
config/Dockerfile

@@ -1,4 +1,4 @@
-FROM tomcat:9-jdk17-temurin
+FROM tomcat:9-jdk17-temurin-focal
 
 RUN apt-get update && apt-get install -y \
 		dirmngr \