Add shell tools to Dockerfile
- add shellcheck and shunit2
This commit is contained in:
parent
d6a3989c7c
commit
cda4222e7f
|
@ -18,7 +18,8 @@ RUN apt-get -y install sudo
|
||||||
# travis xenial bionic
|
# travis xenial bionic
|
||||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
python-setuptools libssl-dev libpq-dev python-prctl python-dev \
|
python-setuptools libssl-dev libpq-dev python-prctl python-dev \
|
||||||
python-dev python-virtualenv python-pip virtualenv
|
python-dev python-virtualenv python-pip virtualenv \
|
||||||
|
shutil
|
||||||
|
|
||||||
# travis focal
|
# travis focal
|
||||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
|
@ -36,7 +37,7 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
pylint python-pycodestyle python3-pycodestyle pycodestyle python-flake8 \
|
pylint python-pycodestyle python3-pycodestyle pycodestyle python-flake8 \
|
||||||
python3-flake8 flake8 python-pyflakes python3-pyflakes pyflakes pyflakes3 \
|
python3-flake8 flake8 python-pyflakes python3-pyflakes pyflakes pyflakes3 \
|
||||||
curl
|
curl shellcheck
|
||||||
|
|
||||||
# Wine32
|
# Wine32
|
||||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
|
@ -59,7 +60,6 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
build-essential libcap-dev tor
|
build-essential libcap-dev tor
|
||||||
|
|
||||||
|
|
||||||
# locales
|
# locales
|
||||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
language-pack-en
|
language-pack-en
|
||||||
|
|
Loading…
Reference in New Issue
Block a user