Skip to content

Commit

Permalink
Remove jira download after unpackaging
Browse files Browse the repository at this point in the history
  • Loading branch information
RagedUnicorn committed Mar 29, 2019
1 parent b9e4363 commit 198c964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN \
exit 1; \
fi && \
tar zxf atlassian-jira-core-"${JIRA_CORE_VERSION}".tar.gz --directory "${JIRA_INSTALL}" --strip-components=1 --no-same-owner && \
rm -rf atlassian-jira-core-"${JIRA_CORE_VERSION}".tar.gz && \
chmod -R 700 "${JIRA_INSTALL}/logs" && \
chmod -R 700 "${JIRA_INSTALL}/temp" && \
chmod -R 700 "${JIRA_INSTALL}/work" && \
Expand Down

0 comments on commit 198c964

Please sign in to comment.