Skip to content

Commit

Permalink
--extras -> --extra
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 10, 2025
1 parent f2fc18f commit 2e5ade8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y build-essential libbz2-dev zlib1g-dev
RUN apt-get install -y git

# Sync the project
RUN cd lvmscp && uv sync --frozen --no-cache --extras fitsio
RUN cd lvmscp && uv sync --frozen --no-cache --extra fitsio

# Remove unused packages
RUN apt-get remove -y git && apt-get autoremove -y
Expand Down

0 comments on commit 2e5ade8

Please sign in to comment.