Skip to content

Commit 0d8ad07

Browse files
committed
debian/Dockerfile.focal
1 parent ec114a1 commit 0d8ad07

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

debian/Dockerfile.focal

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# See also: https://github.com/sorah/config/blob/master/bin/sorah-debuild
2+
FROM ubuntu:20.04
3+
4+
# just to invalidate cache
5+
ARG BUILDDATE=99999999
6+
7+
ENV DEBIAN_FRONTEND=noninteractive
8+
RUN mkdir -p /build \
9+
&& apt-get update \
10+
&& apt-get install -y debhelper dh-make devscripts gnupg2 vim equivs
11+
RUN mkdir -p -m700 /root/.gnupg
12+
13+
ADD control /control
14+
RUN apt-get update && mk-build-deps -i --t 'apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends' /control
15+
RUN apt-get install -y tzdata

0 commit comments

Comments
 (0)