From eb59f4bce600bd5fdbe72a7060815d56228ff6d7 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 23 Aug 2021 13:01:58 +0200 Subject: [PATCH] trying to get rid of segfault, changing to ubuntu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43243cf..949efe9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:latest -RUN apt-get update && apt-get upgrade +RUN apt-get update && apt-get upgrade -y # add user that will be used to install and run the application #RUN addgroup -g 1000 deploy