mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-07 07:36:25 +02:00
allow setting CONDUWUIT_VERSION_EXTRA in container
This commit is contained in:
parent
ba04519546
commit
4c8996bf87
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ RUN VARS=$(case $TARGETPLATFORM in \
|
||||||
# enable cross-platform linking of libraries
|
# enable cross-platform linking of libraries
|
||||||
RUN echo "PKG_CONFIG_ALLOW_CROSS=true" >> /etc/environment
|
RUN echo "PKG_CONFIG_ALLOW_CROSS=true" >> /etc/environment
|
||||||
|
|
||||||
|
|
||||||
|
ARG CONDUWUIT_VERSION_EXTRA=
|
||||||
|
ENV CONDUWUIT_VERSION_EXTRA=$CONDUWUIT_VERSION_EXTRA
|
||||||
# Set up Rust toolchain
|
# Set up Rust toolchain
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./rust-toolchain.toml .
|
COPY ./rust-toolchain.toml .
|
||||||
|
|
Loading…
Add table
Reference in a new issue