Skip to content

Commit c148cae

Browse files
build: remove non exist package
1 parent 22df32b commit c148cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/debian/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG WAYBACK_IPFS_APIKEY
1010
ENV DEBIAN_FRONTEND noninteractive
1111

1212
RUN apt-get update -q && \
13-
apt-get install -y -qq --no-install-recommends build-essential devscripts dh-make dh-systemd && \
13+
apt-get install -y -qq --no-install-recommends build-essential devscripts dh-make && \
1414
rm -rf /var/lib/apt/lists/*
1515

1616
RUN mkdir -p /build/debian /pkg

0 commit comments

Comments
 (0)