Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-07-15 10:05:29 +0000
committerSravan Kumar Lakkimsetti2020-07-15 10:05:29 +0000
commit6699fdf1c591f45c6a9d7e6a14fba08dd0d3fb9a (patch)
treea03156a1bd35ca4881c5dc5d12dda423ab2acd85
parentac089b48998bbbe217e6c345ab6ce405cd18fd08 (diff)
downloadeclipse.platform.releng.aggregator-6699fdf1c591f45c6a9d7e6a14fba08dd0d3fb9a.tar.gz
eclipse.platform.releng.aggregator-6699fdf1c591f45c6a9d7e6a14fba08dd0d3fb9a.tar.xz
eclipse.platform.releng.aggregator-6699fdf1c591f45c6a9d7e6a14fba08dd0d3fb9a.zip
Bug 564829 - Please install Rust on SWT build machine
- set permissions for cargo registry Change-Id: I6348f1685b81e451cd620e38fced7a8a14a7cbd0 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--cje-production/dockerfiles/centos-gtk3-metacity/7-swtBuild/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cje-production/dockerfiles/centos-gtk3-metacity/7-swtBuild/Dockerfile b/cje-production/dockerfiles/centos-gtk3-metacity/7-swtBuild/Dockerfile
index 2b38d35dd..b1c0d478b 100644
--- a/cje-production/dockerfiles/centos-gtk3-metacity/7-swtBuild/Dockerfile
+++ b/cje-production/dockerfiles/centos-gtk3-metacity/7-swtBuild/Dockerfile
@@ -50,6 +50,7 @@ RUN cd ${HOME} && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > ${
RUN mkdir -p ${HOME}/cef-libs && wget -O ${HOME}/cef-libs/cef.tar.bz2 --no-verbose http://opensource.spotify.com/cefbuilds/cef_binary_3.3071.1649.g98725e6_linux64_minimal.tar.bz2
RUN chmod -R 755 ${HOME}
+RUN chmod -R 777 ${HOME}/.cargo
# Create a custom vnc xstartup file
COPY scripts/xstartup_metacity.sh ${HOME}/.vnc/xstartup.sh

Back to the top