Add shell tools to Dockerfile

- add shellcheck and shunit2
This commit is contained in:
Peter Šurda 2021-02-24 21:23:47 +01:00
parent d6a3989c7c
commit cda4222e7f
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,8 @@ RUN apt-get -y install sudo
# travis xenial bionic
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
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
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 \
pylint python-pycodestyle python3-pycodestyle pycodestyle python-flake8 \
python3-flake8 flake8 python-pyflakes python3-pyflakes pyflakes pyflakes3 \
curl
curl shellcheck
# Wine32
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 \
build-essential libcap-dev tor
# locales
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
language-pack-en