precommit: Fix check for data/POTENTIAL file

This commit is contained in:
Ole Schütt 2020-08-25 22:05:32 +02:00 committed by Ole Schütt
parent 7593782fc3
commit bb453db103
2 changed files with 14 additions and 5 deletions

View file

@ -10,14 +10,13 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && \
clang-format \
git \
less \
nano \
npm \
make \
python3 \
python3-pip \
python3-wheel \
python3-setuptools \
shellcheck \
vim \
&& rm -rf /var/lib/apt/lists/*
# Install MarkdownLint.