aboutsummaryrefslogtreecommitdiff
path: root/centos7-aarch64/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'centos7-aarch64/Dockerfile')
-rw-r--r--centos7-aarch64/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/centos7-aarch64/Dockerfile b/centos7-aarch64/Dockerfile
index ae2b08df..e52b2349 100644
--- a/centos7-aarch64/Dockerfile
+++ b/centos7-aarch64/Dockerfile
@@ -14,6 +14,7 @@ RUN rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-7 \
RUN useradd -p '$6$7tSX2YU5Q$ydZwAuWtNPPBb1Fv/tzy3eFeEP/ThDBUjV/4vHVx6bVyfYMX6Q9PYhdV/CyJg7uthSIqIyzlNF65NVB1xwGtt0/' buildslave \
&& echo 'buildslave ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/jenkins \
+ && echo 'Defaults:buildslave !requiretty' >> /etc/sudoers.d/jenkins \
&& chmod 0440 /etc/sudoers.d/jenkins \
&& mkdir -p /var/run/sshd \
&& /usr/sbin/sshd-keygen