From 483f93f5ed70ed3e44d2e4e5be91f24905f74cfa Mon Sep 17 00:00:00 2001 From: Dawid Malinowski Date: Mon, 5 Oct 2015 21:17:25 +0200 Subject: [PATCH] Clean curl --- pinpoint-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinpoint-agent/Dockerfile b/pinpoint-agent/Dockerfile index 823976d..519ddad 100644 --- a/pinpoint-agent/Dockerfile +++ b/pinpoint-agent/Dockerfile @@ -13,7 +13,7 @@ RUN mkdir -p /opt/app \ && gunzip pinpoint-agent-$PINPOINT_VERSION.tar.gz \ && tar -xf pinpoint-agent-$PINPOINT_VERSION.tar -C /opt/app \ && rm pinpoint-agent-$PINPOINT_VERSION.tar \ - && apk del wget \ + && apk del curl \ && rm /var/cache/apk/* ADD configure.sh /configure.sh