Skip to content

Commit

Permalink
Depend on diracx-client for diracx-services
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Nov 28, 2023
1 parent 01b311c commit dd1f786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ EXPOSE 8000
# Copying in ENTRYPOINT script and environment specification
COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yml /tmp/

ENV DIRACX_IMAGE_PACKAGES=core,db,routers
# diracx-client is included here as it's needed by vanilla DIRAC
ENV DIRACX_IMAGE_PACKAGES=core,db,router,clients

RUN micromamba install --freeze-installed --yes --file /tmp/environment.yml --name=base && \
micromamba clean --all --yes --force-pkgs-dirs && \
Expand Down

0 comments on commit dd1f786

Please sign in to comment.