Skip to content

Commit

Permalink
Install Fish shell in functional tests (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries authored Apr 22, 2024
1 parent c55c48a commit 58783d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker_images/ci-functional/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ RUN apt install -y apt-transport-https curl gnupg \
&& ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh \
&& rm bazel-$BAZEL_VERSION-installer-linux-x86_64.sh

RUN apt-add-repository ppa:fish-shell/release-3 \
&& apt -qq update \
&& apt -qq install -y fish --no-install-recommends --no-install-suggests

# Clean the image
RUN rm -rf /var/lib/apt/lists && rm -rf /root/*.tar.gz

Expand Down

0 comments on commit 58783d7

Please sign in to comment.