mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Fix up Dockerfiles
The Dockerfiles had bitrotted some. Get them passing again, add libpcre2-dev where we can so we aren't hitting more servers than necessary, and reformat the bionic files so they can share more of the same image.
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
FROM fedora:latest
|
||||
|
||||
RUN dnf install --assumeyes \
|
||||
cmake \
|
||||
gcc-c++ \
|
||||
git-core \
|
||||
ncurses-devel \
|
||||
ninja-build \
|
||||
python3 \
|
||||
python3-pip \
|
||||
openssl \
|
||||
sudo
|
||||
cmake \
|
||||
diffutils \
|
||||
gcc-c++ \
|
||||
git-core \
|
||||
ncurses-devel \
|
||||
ninja-build \
|
||||
pcre2-devel \
|
||||
python3 \
|
||||
python3-pip \
|
||||
openssl \
|
||||
procps \
|
||||
sudo && \
|
||||
dnf clean all
|
||||
|
||||
RUN pip3 install pexpect
|
||||
|
||||
|
||||
Reference in New Issue
Block a user