Skip to content

Commit

Permalink
Fix Dockerfile for ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Sep 20, 2024
1 parent bf87b34 commit bde78fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /lute

# Install base.
ENV PIP_ROOT_USER_ACTION=ignore
RUN pip install --upgrade --force-reinstall --no-deps --no-cache-dir lute3
RUN pip install --upgrade --force-reinstall --no-cache-dir lute3
COPY lute/config/config.yml.docker ./config.yml

# Build arg, defaults to false.
Expand Down

0 comments on commit bde78fd

Please sign in to comment.