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 45c7a9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ ENV PERFUMATOR_DOWNLOAD_URL=https://git.fim.uni-passau.de/silbereise/perfumator-
WORKDIR /perfumator

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

0 comments on commit 45c7a9f

Please sign in to comment.