sulu / sulu-docker

Development environment for the Sulu content management platform based on docker-compose
https://sulu.io
MIT License
27 stars 17 forks source link

Fish Shell installation #13

Closed dmetzler1988 closed 4 years ago

dmetzler1988 commented 6 years ago

Installation of Fish Shell failed:

RUN apt-get install software-properties-common -y
RUN apt-add-repository ppa:fish-shell/release-2
RUN apt-get update
RUN apt-get install fish

# After set the user
ENV SHELL /usr/bin/fish

Problem with the ppa occurs (can't found the fish-shell release2).

Failed to fetch http://ppa.launchpad.net/fish-shell/release-2/ubuntu/dists/jessie/main/binary-amd64/Packages  404  Not Found