Skip to content

Commit

Permalink
Create /root/.lein/ directory in advance
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed May 28, 2024
1 parent 989bd96 commit db2a4a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docker_clojure/dockerfile/lein.clj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"gpgconf --kill all"
"rm -rf \"$GNUPGHOME\" leiningen-$LEIN_VERSION-standalone.$FILENAME_EXT.asc"
"mkdir -p /usr/share/java"
"mkdir -p /root/.lein"
"mv leiningen-$LEIN_VERSION-standalone.$FILENAME_EXT /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar"]
(empty? uninstall-dep-cmds))
(concat-commands uninstall-dep-cmds :end)
Expand Down

0 comments on commit db2a4a1

Please sign in to comment.