Skip to content

Commit

Permalink
Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols committed Sep 3, 2024
1 parent 99842a0 commit bb86bda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Production build/deploy/start of DSDE Methods Repository Webservice

FROM sbtscala/scala-sbt:eclipse-temurin-jammy-11.0.22_7_1.9.9_2.13.13 as builder
# TODO: adopt `sbtscala/scala-sbt:eclipse-temurin-jammy-11.0.22_7_1.9.9_2.13.13`
# Currently using the very outdated http://github.com/broadinstitute/scala-baseimage
# because the Docker version on Jenkins is obsolete and does not support recent images.
FROM broadinstitute/scala-baseimage as builder

# Install Agora
ADD . /agora
Expand Down

0 comments on commit bb86bda

Please sign in to comment.