File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ RUN mkdir -p /build \
1111RUN mkdir -p -m700 /root/.gnupg
1212
1313ADD control /control
14- RUN mk-build-deps -i --t 'apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends' /control
14+ RUN apt-get update && mk-build-deps -i --t 'apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends' /control
1515RUN apt-get install -y tzdata
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ RUN apt-get install -y apt-transport-https
1616RUN echo "deb [arch=amd64] https://cache.ruby-lang.org/lab/sorah/deb/ trusty main" > /etc/apt/sources.list.d/sorah-ruby.list && apt-get update
1717
1818ADD control /control
19- RUN mk-build-deps -i --t 'apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends' /control
19+ RUN apt-get update && mk-build-deps -i --t 'apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends' /control
2020RUN apt-get install -y tzdata
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ RUN mkdir -p /build \
1010RUN mkdir -p -m700 /root/.gnupg
1111
1212ADD control /control
13- RUN mk-build-deps -i --t 'apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends' /control
13+ RUN apt-get update && mk-build-deps -i --t 'apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends' /control
1414RUN apt-get install -y tzdata
You can’t perform that action at this time.
0 commit comments