docker : Add symlink for pytest and dummy git config
Also add perl test packages to centos Signed-off-by: Maxime Chretien (MixLeNain) <mchretien@linuxmail.org>
This commit is contained in:
parent
cc557f70e7
commit
9ec7cf5b2e
2 changed files with 16 additions and 1 deletions
|
|
@ -36,9 +36,13 @@ RUN \
|
|||
jansson \
|
||||
libyaml \
|
||||
git \
|
||||
wget
|
||||
wget \
|
||||
perl-Test-Most
|
||||
# httpd & perl is inherited from upstream openshift image
|
||||
|
||||
RUN \
|
||||
ln -s /usr/bin/pytest-3 /usr/bin/pytest
|
||||
|
||||
RUN \
|
||||
wget https://bootlin.com/pub/elixir/universal-ctags-0+git~20e934e3-1.6.x86_64.rpm
|
||||
|
||||
|
|
@ -51,6 +55,10 @@ RUN \
|
|||
RUN \
|
||||
pip3 install Pygments-2.6.1.elixir-py3-none-any.whl
|
||||
|
||||
RUN \
|
||||
git config --global user.email 'elixir@dummy.com' && \
|
||||
git config --global user.name 'elixir'
|
||||
|
||||
RUN \
|
||||
git clone https://github.com/bootlin/elixir.git /usr/local/elixir/
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@ RUN \
|
|||
libyaml-0-2 \
|
||||
wget
|
||||
|
||||
RUN \
|
||||
ln -s /usr/bin/pytest-3 /usr/bin/pytest
|
||||
|
||||
RUN \
|
||||
wget https://bootlin.com/pub/elixir/universal-ctags_0+git20200526-0ubuntu1_amd64.deb
|
||||
|
||||
|
|
@ -40,6 +43,10 @@ RUN \
|
|||
RUN \
|
||||
pip3 install Pygments-2.6.1.elixir-py3-none-any.whl
|
||||
|
||||
RUN \
|
||||
git config --global user.email 'elixir@dummy.com' && \
|
||||
git config --global user.name 'elixir'
|
||||
|
||||
RUN \
|
||||
git clone https://github.com/bootlin/elixir.git /usr/local/elixir/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue