Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Jun 2, 2020
1 parent 0e34741 commit 5705ab1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ COPY src ./src
COPY test ./test
RUN \
chmod +x /usr/bin/tini && \
apt-get update --fix-missing && \
apt-get install -y --no-install-recommends git && \
apt-get -qq update --fix-missing && \
apt-get -qq install -y --no-install-recommends git && \
pip install ${IFLAGS} "." && \
apt-get clean && \
apt-get autoremove -y --purge && \
apt-get -qq clean && \
apt-get -qq autoremove -y --purge && \
rm -rf /var/lib/apt/lists/*

FROM build as lint
Expand Down

0 comments on commit 5705ab1

Please sign in to comment.