Skip to content

Commit

Permalink
Merge dockerfile commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Oct 30, 2023
1 parent 30661c0 commit 8dda81f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ ADD README.md /ms2rescore/README.md
ADD MANIFEST.in /ms2rescore/MANIFEST.in
ADD ms2rescore /ms2rescore/ms2rescore

RUN apt-get update
RUN apt-get install -y libglib2.0-0 libsm6 libxrender1 libxext6

RUN apt-get install python3-pip procps -y \
RUN apt-get update \
&& apt-get install -y python3-pip procps libglib2.0-0 libsm6 libxrender1 libxext6 \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install ms2rescore/

Expand Down

0 comments on commit 8dda81f

Please sign in to comment.