##// END OF EJS Templates
packaging: replace centos8 by rockylinux 8...
Mathias De Mare -
r49605:aeeb5426 stable
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 FROM centos:centos8
1 FROM rockylinux/rockylinux:8
2
2
3 RUN groupadd -g %GID% build && \
3 RUN groupadd -g %GID% build && \
4 useradd -u %UID% -g %GID% -s /bin/bash -d /build -m build
4 useradd -u %UID% -g %GID% -s /bin/bash -d /build -m build
General Comments 0
You need to be logged in to leave comments. Login now