We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5860262 + 560c611 commit bbf3eb1Copy full SHA for bbf3eb1
capella/Dockerfile
@@ -140,7 +140,9 @@ RUN mkdir -p /opt/capella/configuration/.settings; \
140
chown -R techuser /workspace && \
141
chmod -R 777 /opt/capella/configuration && \
142
chmod -R 777 /opt/capella/p2/org.eclipse.equinox.p2.engine/profileRegistry && \
143
- chown techuser /opt /opt/capella/capella.ini
+ chown techuser /opt /opt/capella/capella.ini && \
144
+ mkdir -p /home/techuser/.config/gtk-3.0 && \
145
+ echo "file:///workspace" >> ~/.config/gtk-3.0/bookmarks
146
147
RUN echo '-Dosgi.configuration.area=file:/opt/capella/configuration' >> /opt/capella/capella.ini
148
COPY setup/* /opt/setup/
0 commit comments