Make Library build work with podman

This commit is contained in:
2025-01-04 18:59:21 +01:00
parent cdb3d9fdde
commit f684cfbfdb
4 changed files with 20 additions and 53 deletions

View File

@@ -11,6 +11,9 @@ RUN apt update && ./install_rust.sh
# TODO: Deal with this eventually
ADD ["scripts/install_pop-fe.sh", "/usr/scripts"]
ENV PATH="/jaby_engine/bin:/root/.cargo/bin:${PATH}"
ENV JABY_ENGINE_PATH=/jaby_engine
#WORKDIR /usr/src/project
#RUN apt update && apt install -y nginx