Skip to content

Commit

Permalink
fix package source
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Mar 18, 2023
1 parent b79b368 commit fa2770d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.gnuuaio
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ RUN mkdir -p /var/www/inn && chown news:news /var/www/inn
COPY aio/sunbatch /usr/lib/news/bin/rnews.libexec/sunbatch
# install bsmtp package for uucp mail delivery
#RUN wget https://download.opensuse.org/repositories/home:/eumel_8/Debian_7.0/amd64/bsmtp_1.02_amd64.deb
RUN wget --content-disposition "https://packagecloud.io/eumel8/gnuu/packages/ubuntu/focal/uucp_1.07-27build1_amd64.deb/download.deb?distro_version_id=210"
RUN wget --content-disposition "https://packagecloud.io/eumel8/gnuu/packages/ubuntu/focal/bsmtp_1.02_amd64.deb/download.deb?distro_version_id=210"
RUN dpkg -i bsmtp_1.02_amd64.deb
RUN chmod +s /usr/sbin/bsmtp
# install uucp package with lcyrpt
#RUN wget https://www.gnuu.de/repo/uucp_1.07-27build1_amd64.deb
RUN wget --content-disposition "https://packagecloud.io/eumel8/gnuu/packages/ubuntu/focal/bsmtp_1.02_amd64.deb/download.deb?distro_version_id=210"
RUN wget --content-disposition "https://packagecloud.io/eumel8/gnuu/packages/ubuntu/focal/uucp_1.07-27build1_amd64.deb/download.deb?distro_version_id=210"
RUN dpkg -i uucp_1.07-27build1_amd64.deb
# install szip program
RUN wget https://www.gnuu.de/repo/szip
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.innuucp
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ RUN sed -i 's/news.daily expireover lowmark delayrm/news.daily expireover lowmar
# Part UUCP
# install bsmtp package for uucp mail delivery
# RUN wget https://download.opensuse.org/repositories/home:/eumel_8/Debian_7.0/amd64/bsmtp_1.02_amd64.deb
RUN wget --content-disposition "https://packagecloud.io/eumel8/gnuu/packages/ubuntu/focal/uucp_1.07-27build1_amd64.deb/download.deb?distro_version_id=210"
RUN wget --content-disposition "https://packagecloud.io/eumel8/gnuu/packages/ubuntu/focal/bsmtp_1.02_amd64.deb/download.deb?distro_version_id=210"
RUN dpkg -i bsmtp_1.02_amd64.deb

# install uucp package with lcyrpt
#RUN wget https://www.gnuu.de/repo/uucp_1.07-27build1_amd64.deb
RUN wget --content-disposition "https://packagecloud.io/eumel8/gnuu/packages/ubuntu/focal/bsmtp_1.02_amd64.deb/download.deb?distro_version_id=210"
RUN wget --content-disposition "https://packagecloud.io/eumel8/gnuu/packages/ubuntu/focal/uucp_1.07-27build1_amd64.deb/download.deb?distro_version_id=210"
RUN dpkg -i uucp_1.07-27build1_amd64.deb
#
# install szip program
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.postfix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--f

# install bsmtp package for uucp mail delivery
#RUN wget https://download.opensuse.org/repositories/home:/eumel_8/Debian_7.0/amd64/bsmtp_1.02_amd64.deb
RUN wget --content-disposition "https://packagecloud.io/eumel8/gnuu/packages/ubuntu/focal/uucp_1.07-27build1_amd64.deb/download.deb?distro_version_id=210"
RUN wget --content-disposition "https://packagecloud.io/eumel8/gnuu/packages/ubuntu/focal/bsmtp_1.02_amd64.deb/download.deb?distro_version_id=210"
RUN dpkg -i bsmtp_1.02_amd64.deb

# entrypoint start script
Expand Down

0 comments on commit fa2770d

Please sign in to comment.