Browse Source

Changing base to temurin-focal for r installation to work

Andrej Studen 2 years ago
parent
commit
1533276141
1 changed files with 1 additions and 1 deletions
  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 \