File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed
Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ FROM multiarch/debian-debootstrap:armhf-jessie
33ENV DEBIAN_FRONTEND noninteractive
44RUN apt-get update
55
6- # sensible-build.sh deps
6+ # sensible-build.sh deps and deb packing debs
77RUN apt-get install -y --no-install-recommends \
88 git ca-certificates wget patch \
9- build-essential debhelper dpkg-dev
9+ build-essential debhelper dpkg-dev \
10+ devscripts equivs
1011
1112# build dpes
1213RUN apt-get install -y --no-install-recommends \
@@ -15,5 +16,3 @@ RUN apt-get install -y --no-install-recommends \
1516# runtime deps
1617RUN apt-get install -y --no-install-recommends \
1718 net-tools iproute2 tclx8.4 tcl8.6 tcllib tcl-tls itcl3
18-
19- RUN apt-get install -y --no-install-recommends devscripts equivs
Original file line number Diff line number Diff line change 1+ FROM multiarch/debian-debootstrap:armhf-wheezy
2+
3+ ENV DEBIAN_FRONTEND noninteractive
4+ RUN apt-get update
5+
6+ # sensible-build.sh deps and deb packing debs
7+ RUN apt-get install -y --no-install-recommends \
8+ git ca-certificates wget patch \
9+ build-essential debhelper dpkg-dev \
10+ devscripts equivs
11+
12+ # build dpes
13+ RUN apt-get install -y --no-install-recommends \
14+ debhelper tcl8.5-dev autoconf python3-dev python3-venv libz-dev openssl
15+
16+ # runtime deps
17+ RUN apt-get install -y --no-install-recommends \
18+ net-tools iproute tclx8.4 tcl8.5 tcllib tcl-tls itcl3
You can’t perform that action at this time.
0 commit comments