Skip to content
Snippets Groups Projects
Commit 19083250 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

Put pacxx++ into $PATH in the generated images

Closes: #28
parent 38a9fb55
No related branches found
No related tags found
1 merge request!68Put pacxx++ into $PATH in generated images
Pipeline #12805 passed
......@@ -18,6 +18,7 @@ RUN set -ex; \
rm -rf /var/lib/apt/lists/*
COPY --chown=root:root opt/pacxx /opt/pacxx
ENV PATH=/opt/pacxx/bin:$PATH
USER duneci
......
......@@ -2,3 +2,4 @@ ARG TAG
FROM registry.dune-project.org/joe/pacxx-docker:$TAG
COPY --chown=root:root opt/pacxx /opt/pacxx
ENV PATH=/opt/pacxx/bin:$PATH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment