Skip to content

Commit 2872a3b

Browse files
committed
fix for failed fetch of one of the tools on this line
1 parent fb71d5e commit 2872a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gerrit/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM gerritforge/gerrit-ubuntu15.04:2.11.3
22
MAINTAINER svanoort
33

44
USER root
5-
RUN apt-get install -y curl python net-tools && \
5+
RUN apt-get update && apt-get install -y curl python net-tools && \
66
rm -rf /var/lib/apt/lists/*
77
RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /bin/repo \
88
&& chmod a+x /bin/repo

0 commit comments

Comments
 (0)