Merge pull request #81 from rstudio/powertools

Update CentOS 8 Dockerfile for powertools repo rename
This commit is contained in:
Greg Lin 2020-12-10 10:55:30 -06:00 committed by GitHub
commit 19e7a6c804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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:
- Ubuntu 16.04, 18.04, 20.04
- Debian 9, 10
- CentOS / Red Hat Enterprise Linux 6, 7, 8
- CentOS / Red Hat Enterprise Linux 7, 8
- openSUSE 42.3, 15
- SUSE Linux Enterprise 12, 15

View file

@ -4,7 +4,7 @@ ENV OS_IDENTIFIER centos-8
RUN dnf -y upgrade \
&& dnf -y install dnf-plugins-core \
&& dnf config-manager --set-enabled PowerTools \
&& dnf config-manager --set-enabled powertools \
&& dnf -y install \
autoconf \
automake \