Skip to content
Snippets Groups Projects
Commit d2707e69 authored by Simon Malesys's avatar Simon Malesys
Browse files

Use bullseye for the backend to avoid GPG errors

parent 33771e36
No related branches found
No related tags found
1 merge request!81Fix build client
FROM python:3.10 as backend FROM python:3.10-bullseye as backend
ENV JASS_DATA_DIR '/data' ENV JASS_DATA_DIR '/data'
ENV JASS_PROJECTS_DIR '/projects' ENV JASS_PROJECTS_DIR '/projects'
...@@ -34,4 +34,4 @@ ENTRYPOINT ["/docker-entrypoint.sh"] ...@@ -34,4 +34,4 @@ ENTRYPOINT ["/docker-entrypoint.sh"]
COPY . /code/ COPY . /code/
RUN pip install -e . RUN pip install -e .
USER kiwi USER kiwi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment