Skip to content

Commit

Permalink
Added -y to ps to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
msauria committed Jul 29, 2024
1 parent dd73ea4 commit 6288030
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 @@ -33,5 +33,5 @@ ENV LANG C.UTF-8
WORKDIR /opt/pybedtools

RUN pip install https://github.com/AndersenLab/bam-toolbox/archive/0.0.3.tar.gz
RUN apt-get install procps \
RUN apt-get install -y procps \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 6288030

Please sign in to comment.