Skip to content

Commit

Permalink
dos2unix is included in the base images now
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahima committed Aug 11, 2022
1 parent 18df612 commit d601afd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions manual_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ ARG TAG=latest

FROM ${BASE_REPO}:${TAG}

RUN apt-get update && \
apt-get install -y dos2unix && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ADD source /autograder/source

RUN cp /autograder/source/run_autograder /autograder/run_autograder
Expand Down

0 comments on commit d601afd

Please sign in to comment.