Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Nov 15, 2024
1 parent 759329d commit 0599016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN echo $GITVERSION > /src/picachooser/VERSION
# init and install picachooser
RUN uv pip install --upgrade pip
RUN cd /src/picachooser && \
uv pip install . && \
uv pip install .
RUN chmod -R a+r /src/picachooser

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

ENV IS_DOCKER_8395080871=1
ENV IN_DOCKER_CONTAINER=1

RUN ldconfig
WORKDIR /tmp/
Expand Down

0 comments on commit 0599016

Please sign in to comment.