Skip to content

Commit

Permalink
refactor: Move pixi to /usr/bin (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Jul 23, 2024
1 parent f3432c0 commit 48f2ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN curl -Ls \
"https://github.com/prefix-dev/pixi/releases/download/v${PIXI_VERSION}/pixi-$(uname -m)-unknown-linux-musl" \
-o /pixi && chmod +x /pixi
RUN /pixi --version
RUN cp /pixi /usr/local/bin/pixi
RUN cp /pixi /usr/bin/pixi

# Add TZ configuration - https://github.com/PrefectHQ/prefect/issues/3061
ENV TZ=UTC
Expand Down

0 comments on commit 48f2ea5

Please sign in to comment.