We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759329d commit 0599016Copy full SHA for 0599016
Dockerfile
@@ -31,7 +31,7 @@ RUN echo $GITVERSION > /src/picachooser/VERSION
31
# init and install picachooser
32
RUN uv pip install --upgrade pip
33
RUN cd /src/picachooser && \
34
- uv pip install . && \
+ uv pip install .
35
RUN chmod -R a+r /src/picachooser
36
37
# install versioneer
@@ -55,7 +55,7 @@ RUN cp ~/.bashrc /home/$USER/.bashrc; chown $USER /home/$USER/.bashrc
55
WORKDIR /home/$USER
56
ENV HOME="/home/$USER"
57
58
-ENV IS_DOCKER_8395080871=1
+ENV IN_DOCKER_CONTAINER=1
59
60
RUN ldconfig
61
WORKDIR /tmp/
0 commit comments