Skip to content

Commit

Permalink
use variables correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Sep 10, 2024
1 parent 195889d commit c305b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN apt update
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
RUST_VERSION=1.81.0 \
VIRTUAL_ENV=/var/local/python-venv \
PATH=/usr/local/cargo/bin:$VIRTUAL_ENV:$PATH
VIRTUAL_ENV=/var/local/python-venv
ENV PATH=/usr/local/cargo/bin:$VIRTUAL_ENV/bin:$PATH

# == node ======================
FROM base AS node
Expand Down

0 comments on commit c305b29

Please sign in to comment.