Skip to content

Commit

Permalink
wip: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fein committed Aug 21, 2024
1 parent c5f123f commit f2a4222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /perfumator

RUN : \
&& wget -q -O perfumator.tar.gz ${PERFUMATOR_DOWNLOAD_URL} \
&& ls -lah \
&& tar --extract --file perfumator.tar.gz --strip-components 1 --no-same-owner \
&& mvn package \
&& cp target/perfumator-java-${PERFUMATOR_VERSION}-jar-with-dependencies.jar /perfumator/perfumator-java.jar \
Expand Down

0 comments on commit f2a4222

Please sign in to comment.