Skip to content

Commit

Permalink
Support build-args and fix docker image to java8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffh committed Mar 5, 2019
1 parent 3c37acb commit e0a5f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM clojure
FROM clojure:openjdk-8-lein

WORKDIR /app
ADD project.clj /app/project.clj
ARG AWS_ACCESS_KEY_ID
ARG AWS_SECRET_ACCESS_KEY
RUN lein deps

ADD . /app
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
[camel-snake-kebab "0.4.0"]
[org.clojure/spec.alpha "0.2.176"]
[org.clojure/test.check "0.10.0-alpha3"]]
:repositories [["private" {:url "s3p://mayvenn-dependencies/releases/" :no-auth true}]]
:repositories [["private" {:url "s3p://mayvenn-dependencies/releases/"}]]
:plugins [[s3-wagon-private "1.3.1"]
[lein-cljsbuild "1.1.7"]
[lein-cljfmt "0.1.10"]
Expand Down

0 comments on commit e0a5f7d

Please sign in to comment.