From 7e94e08954d24e393d70a605ad5de1b1beceec40 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 23 Aug 2021 13:01:12 +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 f720438..43243cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:latest -RUN apt-get udpate && apt-get upgrade +RUN apt-get update && apt-get upgrade # add user that will be used to install and run the application #RUN addgroup -g 1000 deploy