mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
Add some additional packges to our Docker image based tests
This allows using sudo and openssl
This commit is contained in:
parent
7f15ec51fd
commit
ef3b6750ba
|
@ -15,6 +15,7 @@ RUN apt-get update \
|
|||
ninja-build \
|
||||
python3 \
|
||||
python3-pexpect \
|
||||
sudo \
|
||||
&& locale-gen en_US.UTF-8
|
||||
|
||||
RUN groupadd -g 1000 fishuser \
|
||||
|
|
|
@ -14,6 +14,7 @@ RUN apt-get update \
|
|||
ninja-build \
|
||||
python3 \
|
||||
python3-pexpect \
|
||||
sudo \
|
||||
&& locale-gen en_US.UTF-8
|
||||
|
||||
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 \
|
||||
ncurses-devel \
|
||||
ninja-build \
|
||||
python3
|
||||
python3 \
|
||||
openssl \
|
||||
sudo
|
||||
|
||||
# cmake is called "cmake3" on centos7.
|
||||
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake \
|
||||
|
|
Loading…
Reference in New Issue
Block a user