summaryrefslogtreecommitdiffstats
path: root/docker/alpine/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docker/alpine/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile
index fb3ce8369..1cff06fee 100644
--- a/docker/alpine/Dockerfile
+++ b/docker/alpine/Dockerfile
@@ -33,8 +33,7 @@ RUN source /src/alpine/APKBUILD.in \
&& apk add \
--no-cache \
--update-cache \
- $makedepends \
- && pip install pytest
+ $makedepends
COPY . /src
ARG PKGVER
RUN cd /src \