Skip to content

Commit

Permalink
[jb] enable shared indexes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Feb 11, 2022
1 parent f8151d2 commit c49b6f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions components/ide/jetbrains/image/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ COPY --chown=33333:33333 startup.sh /ide-desktop/
COPY --chown=33333:33333 --from=download /workdir/ /ide-desktop/backend/
COPY --chown=33333:33333 components-ide-jetbrains-image-status--app/status /ide-desktop

# enable shared indexes by default
RUN printf '\nshared.indexes.download.auto.consent=true' >> "/ide-desktop/backend/bin/idea.properties"

COPY --chown=33333:33333 components-ide-jetbrains-cli--app/cli /ide-desktop/bin/idea-cli
ENV GITPOD_ENV_APPEND_PATH /ide-desktop/bin:

Expand Down

0 comments on commit c49b6f7

Please sign in to comment.