We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2f91c commit 0c1540aCopy full SHA for 0c1540a
services-base/Dockerfile
@@ -4,8 +4,7 @@ EXPOSE 8000
4
# Copying in ENTRYPOINT script and environment specification
5
COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yml /tmp/
6
7
-# diracx-client is included here as it's needed by vanilla DIRAC
8
-ENV DIRACX_IMAGE_PACKAGES=core,db,logic,routers,client
+ENV DIRACX_IMAGE_PACKAGES=core,db,logic,routers
9
10
RUN micromamba install --freeze-installed --yes --file /tmp/environment.yml --name=base && \
11
micromamba clean --all --yes --force-pkgs-dirs && \
0 commit comments