Skip to content

Commit d7f599e

Browse files
committed
fix: path
1 parent 2b90613 commit d7f599e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM python:3.13-slim
22

33
RUN apt-get update && apt-get install -y --no-install-recommends git
44

5-
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" \
6-
&& echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /etc/profile \
7-
&& eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
5+
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
6+
7+
ENV PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}"
88

99
COPY homebrew_releaser homebrew_releaser
1010
COPY setup.py setup.py

0 commit comments

Comments
 (0)