Skip to content

Commit

Permalink
Remove unnecessary apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Jun 10, 2019
1 parent ef4a9d9 commit 8bacf9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ FROM openjdk:8-jdk as builder

USER root

RUN apt-get update
#&& \
# apt-get -y --no-install-recommends install

WORKDIR /app/glutton-source

RUN mkdir -p .gradle
Expand Down

0 comments on commit 8bacf9a

Please sign in to comment.