Merge pull request #81 from rstudio/powertools
Update CentOS 8 Dockerfile for powertools repo rename
This commit is contained in:
commit
19e7a6c804
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ bug, or ask questions on [RStudio Community](https://community.rstudio.com).
|
||||||
R binaries are built for the following Linux operating systems:
|
R binaries are built for the following Linux operating systems:
|
||||||
- Ubuntu 16.04, 18.04, 20.04
|
- Ubuntu 16.04, 18.04, 20.04
|
||||||
- Debian 9, 10
|
- Debian 9, 10
|
||||||
- CentOS / Red Hat Enterprise Linux 6, 7, 8
|
- CentOS / Red Hat Enterprise Linux 7, 8
|
||||||
- openSUSE 42.3, 15
|
- openSUSE 42.3, 15
|
||||||
- SUSE Linux Enterprise 12, 15
|
- SUSE Linux Enterprise 12, 15
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ ENV OS_IDENTIFIER centos-8
|
||||||
|
|
||||||
RUN dnf -y upgrade \
|
RUN dnf -y upgrade \
|
||||||
&& dnf -y install dnf-plugins-core \
|
&& dnf -y install dnf-plugins-core \
|
||||||
&& dnf config-manager --set-enabled PowerTools \
|
&& dnf config-manager --set-enabled powertools \
|
||||||
&& dnf -y install \
|
&& dnf -y install \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue