Skip to content

Commit 0c1540a

Browse files
authored
fix: Remove diracx-client from services-base
1 parent 7f2f91c commit 0c1540a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services-base/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ EXPOSE 8000
44
# Copying in ENTRYPOINT script and environment specification
55
COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yml /tmp/
66

7-
# diracx-client is included here as it's needed by vanilla DIRAC
8-
ENV DIRACX_IMAGE_PACKAGES=core,db,logic,routers,client
7+
ENV DIRACX_IMAGE_PACKAGES=core,db,logic,routers
98

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

0 commit comments

Comments
 (0)