We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b90613 commit d7f599eCopy full SHA for d7f599e
1 file changed
Dockerfile
@@ -2,9 +2,9 @@ FROM python:3.13-slim
2
3
RUN apt-get update && apt-get install -y --no-install-recommends git
4
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)"
+RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+
+ENV PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}"
8
9
COPY homebrew_releaser homebrew_releaser
10
COPY setup.py setup.py
0 commit comments