Skip to content

Commit

Permalink
build: remove non exist package
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Jun 16, 2024
1 parent 22df32b commit c148cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG WAYBACK_IPFS_APIKEY
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update -q && \
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 && \
rm -rf /var/lib/apt/lists/*

RUN mkdir -p /build/debian /pkg
Expand Down

0 comments on commit c148cae

Please sign in to comment.