Skip to content

Commit

Permalink
Merge pull request #15 from rbhadti94/feature/GH-14-doc-removal
Browse files Browse the repository at this point in the history
GH-14 Removing docs folder
  • Loading branch information
rbhadti94 authored Dec 12, 2020
2 parents 6d72420 + ddde05a commit ecf9450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM alpine:3.12.1

LABEL "maintainer" "Ravindra Bhadti"

LABEL "com.github.actions.name"="apache-jmeter"
LABEL "com.github.actions.description"="Run Apache JMeter Performance Tests"

Expand All @@ -18,7 +17,8 @@ RUN apk --no-cache add curl ca-certificates openjdk9-jre && \
mkdir -p /opt/apache && \
mv apache-jmeter-${JMETER_VERSION} /opt/apache && \
rm /tmp/apache-jmeter-${JMETER_VERSION}.tgz && \
rm -rf ${JMETER_HOME}/docs && rm -rf ${JMETER_HOME}/printable_docs \
rm -rf /var/cache/apk/* && \
chmod a+x /entrypoint.sh

ENTRYPOINT [ "/entrypoint.sh" ]
ENTRYPOINT [ "/entrypoint.sh" ]

0 comments on commit ecf9450

Please sign in to comment.