diff --git a/Dockerfile b/Dockerfile index 55b003c..7b5548f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,6 +71,8 @@ RUN cd /tmp && git clone https://github.com/axiomatic-systems/Bento4 && cd Bento FROM node:18.14.0-alpine3.16 AS build-ui +RUN apt-get update -y && apt-get -y upgrade + ######################## # Build Web (React app)