mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-19 11:25:51 +00:00
* wip * wip * Swap to corretto * Try alpine * create as root * create as root * Swap to root * Hack around non-root * revert unjammying * revert * now use dockerhub * now use dockerhub * New file * remove comment
7 lines
230 B
Docker
7 lines
230 B
Docker
# Note that this image is used only to publish HAPI-FHIR. this is published at `smilecdr/hapi-build`
|
|
# Start from the maven image
|
|
FROM maven:3.9-eclipse-temurin-21-jammy
|
|
|
|
# Install gpg
|
|
RUN apt-get update && apt-get install -y gpg
|