Clean curl

This commit is contained in:
Dawid Malinowski
2015-10-05 21:17:25 +02:00
parent 36c659a70f
commit 483f93f5ed
+1 -1
View File
@@ -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