Skip to content

Commit

Permalink
ci: install required OS tools for dcache container
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Aug 15, 2023
1 parent 9cc8f8a commit 8dcb21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tar/src/main/container/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN echo "dcache:x:994:1000::/home/dcache:/bin/bash" >> /etc/passwd
RUN echo "dcache:!!:18438::::::" >> /etc/shadow

# Add JRE
RUN microdnf -y install java-17-openjdk-headless
RUN microdnf -y install java-17-openjdk-headless hostname which procps-ng

# Add dCache
COPY maven /opt/dcache
Expand Down

0 comments on commit 8dcb21e

Please sign in to comment.