Syrelash
CCoder.com
•Created by Some Dinosaur on 1/4/2025 in #help
Coder ran on a machine with VPN can't resolve the hostname
Vpns tend to override dns settings and put their route to the highest priority. If it supports split tunneling like Mullvad I’d recommend doing that.
6 replies
CCoder.com
•Created by Syrelash on 12/31/2024 in #help
Modify $PATH to include custom bin folder
Okay. I stopped trying to add Java via the Dockerfile, and instead added the feature "ghcr.io/devcontainers/features/java:1": { "version": 17 } which seems to work. Thanks for your help everyone.
9 replies
CCoder.com
•Created by Syrelash on 12/31/2024 in #help
Modify $PATH to include custom bin folder
Hmm.. I have ENV JAVA_HOME /usr/lib/jvm/msopenjdk-current
ENV PATH "${JAVA_HOME}/bin:${PATH}" in my Dockerfile. For some reason that doesn't put JAVA_HOME in my $PATH. JAVA_HOME is correctly set though because I can echo it.
9 replies