Skip to content

Commit

Permalink
update dockerfile for dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren committed Nov 27, 2024
1 parent f79d562 commit 351120d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ RUN apt update && apt install -y git

# Install metasyn
COPY . metasyn/
RUN pip install metasyn/
RUN pip install ./metasyn[extra]

# Remove metasyn folder
RUN rm -r metasyn/

# For excel output use optional XlsxWriter package
RUN pip install XlsxWriter

# Remove system dependencies
RUN apt remove -y git && apt autoremove -y

Expand Down

0 comments on commit 351120d

Please sign in to comment.