mirror of
https://github.com/Syping/dtranslatebot-build.git
synced 2026-04-01 12:40:44 +02:00
add curl package
This commit is contained in:
parent
4a51a7644e
commit
33be5ca84a
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ FROM rockylinux:8
|
||||||
RUN dnf install -y 'dnf-command(config-manager)' && \
|
RUN dnf install -y 'dnf-command(config-manager)' && \
|
||||||
dnf config-manager --set-enabled powertools && \
|
dnf config-manager --set-enabled powertools && \
|
||||||
dnf install -y epel-release && \
|
dnf install -y epel-release && \
|
||||||
dnf install -y cmake epel-rpm-macros-systemd make gcc-toolset-9-annobin gcc-toolset-9-gcc-c++ git perl 'perl(IPC::Cmd)' rpmdevtools rpmlint systemd-rpm-macros && \
|
dnf install -y cmake curl-devel epel-rpm-macros-systemd make gcc-toolset-9-annobin gcc-toolset-9-gcc-c++ git perl 'perl(IPC::Cmd)' rpmdevtools rpmlint systemd-rpm-macros && \
|
||||||
dnf clean all
|
dnf clean all
|
||||||
RUN useradd -m -s /bin/bash -U rpmbuild
|
RUN useradd -m -s /bin/bash -U rpmbuild
|
||||||
USER rpmbuild
|
USER rpmbuild
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
FROM rockylinux:9
|
FROM rockylinux:9
|
||||||
RUN dnf install -y annobin cmake make gcc-c++ git perl 'perl(IPC::Cmd)' rpmdevtools rpmlint systemd-rpm-macros && \
|
RUN dnf install -y annobin cmake curl-devel make gcc-c++ git perl 'perl(IPC::Cmd)' rpmdevtools rpmlint systemd-rpm-macros && \
|
||||||
dnf clean all
|
dnf clean all
|
||||||
RUN useradd -m -s /bin/bash -U rpmbuild
|
RUN useradd -m -s /bin/bash -U rpmbuild
|
||||||
USER rpmbuild
|
USER rpmbuild
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
FROM opensuse/leap:15.5
|
FROM opensuse/leap:15.5
|
||||||
RUN zypper install -y cmake make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build rpmdevtools rpmlint systemd-rpm-macros system-user-mail && \
|
RUN zypper install -y cmake libcurl-devel make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build rpmdevtools rpmlint systemd-rpm-macros system-user-mail && \
|
||||||
zypper clean -a
|
zypper clean -a
|
||||||
RUN useradd -m -s /bin/bash -U rpmbuild
|
RUN useradd -m -s /bin/bash -U rpmbuild
|
||||||
USER rpmbuild
|
USER rpmbuild
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
FROM opensuse/leap:15.6
|
FROM opensuse/leap:15.6
|
||||||
RUN zypper install -y cmake make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build r>
|
RUN zypper install -y cmake libcurl-devel make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build r>
|
||||||
zypper clean -a
|
zypper clean -a
|
||||||
RUN useradd -m -s /bin/bash -U rpmbuild
|
RUN useradd -m -s /bin/bash -U rpmbuild
|
||||||
USER rpmbuild
|
USER rpmbuild
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue