This commit is contained in:
Cedric Verstraeten
2023-02-03 11:37:16 +01:00
parent f81ae57395
commit 24a5ca04ca

View File

@@ -71,7 +71,7 @@ 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
RUN apk update && apk upgrade --available && sync
########################
# Build Web (React app)