Fix blacklist target

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-05-09 22:22:57 +02:00
parent 8d7e928ddb
commit 0ebf5fa4dd
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -4,7 +4,7 @@ COPY . /src
WORKDIR /src
RUN set -ex \
&& apk --no-cache add make \
&& apk --no-cache add curl make \
&& pip install -r requirements.txt \
&& python build_stubs.py \
&& make blacklist