From b35b8a2c96ce1fb16638e8075d3880d4fdbb7a4b Mon Sep 17 00:00:00 2001 From: avdata99 Date: Tue, 2 Jul 2024 09:11:39 -0300 Subject: [PATCH] Ensure base image is upgraded --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb13a4be..7e3adcb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.10-buster MAINTAINER Open Knowledge Foundation WORKDIR /app -RUN apt-get update +RUN apt-get update -y && apt-get upgrade -y RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash RUN apt-get install -y nginx RUN apt-get install -y supervisor