Skip to content

Commit

Permalink
updated mysql apt repo for lunar, jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jan 1, 2024
1 parent 45277ce commit 083f9c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion indimail/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
/etc/dpkg/dpkg.cfg.d/excludes \
&& apt-get -y update \
&& apt-get -y install curl gnupg2 apt-utils \
&& curl -fsSL https://dev.mysql.com/get/mysql-apt-config_0.8.26-1_all.deb -o /root/Downloads/mysql-apt_config.deb \
&& curl -fsSL https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb -o /root/Downloads/mysql-apt_config.deb \
&& apt-get -y install /root/Downloads/mysql-apt_config.deb \
&& curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_22.04/Release.key | \
gpg --dearmor > /etc/apt/trusted.gpg.d/home_mbhangui.gpg \
Expand Down
2 changes: 1 addition & 1 deletion indimail/lunar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
/etc/dpkg/dpkg.cfg.d/excludes \
&& apt-get -y update \
&& apt-get -y install curl gnupg2 apt-utils \
&& curl -fsSL https://dev.mysql.com/get/mysql-apt-config_0.8.26-1_all.deb -o /root/Downloads/mysql-apt_config.deb \
&& curl -fsSL https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb -o /root/Downloads/mysql-apt_config.deb \
&& apt-get -y install /root/Downloads/mysql-apt_config.deb \
&& curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_23.04/Release.key | \
gpg --dearmor > /etc/apt/trusted.gpg.d/home_mbhangui.gpg \
Expand Down
2 changes: 1 addition & 1 deletion webmail/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
/etc/dpkg/dpkg.cfg.d/excludes \
&& apt-get -y update \
&& apt-get -y install curl wget gnupg2 apt-utils \
&& curl -fsSL https://dev.mysql.com/get/mysql-apt-config_0.8.26-1_all.deb -o /root/Downloads/mysql-apt_config.deb \
&& curl -fsSL https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb -o /root/Downloads/mysql-apt_config.deb \
&& apt-get -y install /root/Downloads/mysql-apt_config.deb \
&& (apt-get -y install mailutils || apt-get -y remove postfix cpio || exit 0) \
&& curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_22.04/Release.key | \
Expand Down
2 changes: 1 addition & 1 deletion webmail/lunar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
/etc/dpkg/dpkg.cfg.d/excludes \
&& apt-get -y update \
&& apt-get -y install curl wget gnupg2 apt-utils \
&& curl -fsSL https://dev.mysql.com/get/mysql-apt-config_0.8.26-1_all.deb -o /root/Downloads/mysql-apt_config.deb \
&& curl -fsSL https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb -o /root/Downloads/mysql-apt_config.deb \
&& apt-get -y install /root/Downloads/mysql-apt_config.deb \
&& (apt-get -y install mailutils || apt-get -y remove postfix cpio || exit 0) \
&& curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_23.04/Release.key | \
Expand Down

0 comments on commit 083f9c5

Please sign in to comment.