Skip to content

Commit

Permalink
Add JDK options in the Dockerfile and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisenytc committed Jan 31, 2024
1 parent 3e6a8b1 commit a84c221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/clojure/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
# Install node.js global packages
RUN npm install -g eslint

# Set JDK Options
ENV JDK_JAVA_OPTIONS "-XshowSettings:system -XX:+UseContainerSupport -XX:MaxRAMPercentage=85"

ENTRYPOINT ["/bin/bash"]
2 changes: 1 addition & 1 deletion src/clojure/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "clojure",
"version": "1.1.1",
"version": "1.1.2",
"name": "Clojure Devcontainer",
"description": "Develop Clojure based applications. Includes clojure, lein, node.js, npm and eslint",
"documentationURL": "https://github.com/chrisenytc/clojure-devcontainer/tree/main/src/clojure",
Expand Down

0 comments on commit a84c221

Please sign in to comment.