diff --git a/Dockerfile b/Dockerfile index 1e39b196..897bb6e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,6 @@ WORKDIR /app COPY . . +RUN pacman -Syu --overwrite=* --noconfirm + RUN make release VERSION=${VERSION} PREFIX=${PREFIX} ARCH=${ARCH} \ No newline at end of file