Skip to content

Commit

Permalink
Cleanup parallel fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rb3ckers committed Jun 5, 2019
1 parent 9a88a45 commit af8e54b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM debian:stretch

RUN apt-get update && apt-get install -y ca-certificates

ADD ./init.sh /init
RUN chmod +x /init && apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit af8e54b

Please sign in to comment.