aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2022-08-18 16:39:06 +0200
committerMagnus Granberg <zorry@gentoo.org>2022-08-18 16:46:53 +0200
commit68ecdf96df4a062728672ecad2e275f7c17ee388 (patch)
tree62a5bada4da783e117dd732b8bdc5dc61ed11d85 /docker
parentSet head to 10 for EAPI search (diff)
downloadtinderbox-cluster-68ecdf96df4a062728672ecad2e275f7c17ee388.tar.gz
tinderbox-cluster-68ecdf96df4a062728672ecad2e275f7c17ee388.tar.bz2
tinderbox-cluster-68ecdf96df4a062728672ecad2e275f7c17ee388.zip
Fix line 14 on bb worker default docker file Thanx FurudeRika
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'docker')
-rw-r--r--docker/GentooBuildbotWorkerDefault.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/GentooBuildbotWorkerDefault.Dockerfile b/docker/GentooBuildbotWorkerDefault.Dockerfile
index d1197c6..a7c7af1 100644
--- a/docker/GentooBuildbotWorkerDefault.Dockerfile
+++ b/docker/GentooBuildbotWorkerDefault.Dockerfile
@@ -11,7 +11,7 @@ COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
# emerge needed deps buildbot-worker, psycopg, git and sqlalchemy
# get the needed buildbot-worker config
RUN echo -e "[binhost]\npriority = 9999\nsync-uri = https://gentoo.osuosl.org/experimental/amd64/binpkg/default/linux/17.1/x86-64/\n" | cat >> /etc/portage/binrepos.conf\
- && echo 'EMERGE_DEFAULT_OPTS="--binpkg-respect-use=n --usepkg=y --getbinpkg=y --autounmask-write --autounmask-continue --autounmask-keep-keywords=y --autounmask-use=y"' | cat >> /etc/portage/m>
+ && echo 'EMERGE_DEFAULT_OPTS="--binpkg-respect-use=n --usepkg=y --getbinpkg=y --autounmask-write --autounmask-continue --autounmask-keep-keywords=y --autounmask-use=y"' | cat >> /etc/portage/make.conf\
&& echo 'FEATURES="-ipc-sandbox -pid-sandbox -network-sandbox -usersandbox -mount-sandbox sandbox"' | cat >> /etc/portage/make.conf\
&& echo 'FEATURES="${FEATURES} parallel-install parallel-fetch -merge-sync"' | cat >> /etc/portage/make.conf\
&& echo 'FEATURES="${FEATURES} buildpkg"' | cat >> /etc/portage/make.conf\