Skip to content

Commit

Permalink
Change build directory based on other libraries (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
molyb committed May 11, 2024
1 parent 74a03bb commit 0a1f13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.iridescence
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ RUN set -x && \

# Build and install Iridescence
ARG IRIDESCENCE_COMMIT=085322e0c949f75b67d24d361784e85ad7f197ab
WORKDIR /tmp
RUN set -x && \
git clone https://github.com/koide3/iridescence && \
cd iridescence && \
Expand Down

0 comments on commit 0a1f13e

Please sign in to comment.