From 3e458a2b8e33ca64d03060b41e4f4c3b60a22e7b Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 7 Jul 2015 15:54:23 +0800 Subject: [PATCH] update --- urlwatch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urlwatch/Dockerfile b/urlwatch/Dockerfile index 31c9877..7db467e 100644 --- a/urlwatch/Dockerfile +++ b/urlwatch/Dockerfile @@ -17,7 +17,7 @@ RUN apk add -U ca-certificates \ && pip install keyring \ lxml \ urlwatch \ - yaml \ + pyyaml \ && apk del build-base \ libxml2-dev \ libxslt-dev \