[#naver/pinpoint#6598] resolve tar issue

This commit is contained in:
Roy Kim 2020-03-18 10:35:54 +09:00 committed by Roy Kim
parent 3ea606f5df
commit e56563c587
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN apk add --update curl bash \
&& chmod -R o+x /pinpoint-agent \
&& curl -SL ${INSTALL_URL} -o pinpoint-agent.tar.gz \
&& gunzip pinpoint-agent.tar.gz \
&& tar -xf pinpoint-agent.tar -C /pinpoint-agent \
&& tar -xf pinpoint-agent.tar --strip 1 -C /pinpoint-agent \
&& rm pinpoint-agent.tar \
&& apk del curl \
&& rm /var/cache/apk/*