mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-12-20 12:41:18 +00:00
Fix blacklist target
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8d7e928ddb
commit
0ebf5fa4dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue