Update the mix and docker image configuration to install js assets.

This commit is contained in:
2025-04-22 11:40:54 +03:00
parent 6e92e73829
commit 1cd773cc6f
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
FROM ${BUILDER_IMAGE} as builder
# install build dependencies
RUN apt-get update -y && apt-get install -y build-essential git \
RUN apt-get update -y && apt-get install -y build-essential git nodejs npm \
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
# prepare build dir