Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Add zsh for base
Browse files Browse the repository at this point in the history
  • Loading branch information
NJManganelli authored and oshadura committed Nov 8, 2023
1 parent 1dbf2ff commit 90b8845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND="noninteractive"
ENV TZ="Etc/UTC"

RUN apt-get update \
&& apt-get install -yq --no-install-recommends libarchive-dev \
&& apt-get install -yq --no-install-recommends libarchive-dev zsh \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# XRootD + CA + VOMS + Coffea
Expand Down

0 comments on commit 90b8845

Please sign in to comment.