We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22df32b commit c148caeCopy full SHA for c148cae
build/debian/Dockerfile
@@ -10,7 +10,7 @@ ARG WAYBACK_IPFS_APIKEY
10
ENV DEBIAN_FRONTEND noninteractive
11
12
RUN apt-get update -q && \
13
- apt-get install -y -qq --no-install-recommends build-essential devscripts dh-make dh-systemd && \
+ apt-get install -y -qq --no-install-recommends build-essential devscripts dh-make && \
14
rm -rf /var/lib/apt/lists/*
15
16
RUN mkdir -p /build/debian /pkg
0 commit comments