Skip to content

Commit 0599016

Browse files
committed
Fixed a typo
1 parent 759329d commit 0599016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN echo $GITVERSION > /src/picachooser/VERSION
3131
# init and install picachooser
3232
RUN uv pip install --upgrade pip
3333
RUN cd /src/picachooser && \
34-
uv pip install . && \
34+
uv pip install .
3535
RUN chmod -R a+r /src/picachooser
3636

3737
# install versioneer
@@ -55,7 +55,7 @@ RUN cp ~/.bashrc /home/$USER/.bashrc; chown $USER /home/$USER/.bashrc
5555
WORKDIR /home/$USER
5656
ENV HOME="/home/$USER"
5757

58-
ENV IS_DOCKER_8395080871=1
58+
ENV IN_DOCKER_CONTAINER=1
5959

6060
RUN ldconfig
6161
WORKDIR /tmp/

0 commit comments

Comments
 (0)