mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Add some additional packges to our Docker image based tests
This allows using sudo and openssl
This commit is contained in:
@@ -15,6 +15,7 @@ RUN apt-get update \
|
|||||||
ninja-build \
|
ninja-build \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pexpect \
|
python3-pexpect \
|
||||||
|
sudo \
|
||||||
&& locale-gen en_US.UTF-8
|
&& locale-gen en_US.UTF-8
|
||||||
|
|
||||||
RUN groupadd -g 1000 fishuser \
|
RUN groupadd -g 1000 fishuser \
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ RUN apt-get update \
|
|||||||
ninja-build \
|
ninja-build \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pexpect \
|
python3-pexpect \
|
||||||
|
sudo \
|
||||||
&& locale-gen en_US.UTF-8
|
&& locale-gen en_US.UTF-8
|
||||||
|
|
||||||
RUN groupadd -g 1000 fishuser \
|
RUN groupadd -g 1000 fishuser \
|
||||||
|
|||||||
@@ -8,7 +8,9 @@ RUN yum install --assumeyes epel-release https://repo.ius.io/ius-release-el7.rpm
|
|||||||
git224-core \
|
git224-core \
|
||||||
ncurses-devel \
|
ncurses-devel \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
python3
|
python3 \
|
||||||
|
openssl \
|
||||||
|
sudo
|
||||||
|
|
||||||
# cmake is called "cmake3" on centos7.
|
# cmake is called "cmake3" on centos7.
|
||||||
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake \
|
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake \
|
||||||
|
|||||||
Reference in New Issue
Block a user