Skip to content

Commit

Permalink
Docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdlees committed Jan 30, 2024
1 parent 61c8b51 commit 3925e8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ RUN BLAST=2.15.0 \
# Install Digger
RUN \
apt-get update && \
apt-get -y --no-install-recommends install apt-utils && \
apt-get -y --no-install-recommends install apt-utils dos2unix && \
apt-get -y install vim && \
apt-get -y install git && \
git clone "https://github.com/williamdlees/digger" /digger && \
chmod +x /digger/run_docker_tests && \
mkdir /data && \
pip install receptor-digger

2 changes: 2 additions & 0 deletions run_docker_tests
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ if [ ! -f "IMGT000035.csv" ]; then
exit 1
fi

dos2unix IMGT000035.csv
dos2unix model_IMGT000035.csv
diff model_IMGT000035.csv IMGT000035.csv

rv=$?
Expand Down

0 comments on commit 3925e8e

Please sign in to comment.