Created
April 9, 2020 19:51
-
-
Save tomlarkworthy/e6bc2aa1abcc00b7956cb6318f84605f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM eu.gcr.io/${project}/${image}:${tag} | |
# https://forum.camunda.org/t/apt-get-is-missing-on-camunda-bpm-platform-7-9-0-image/7789 | |
USER root | |
RUN apk add --no-cache wget | |
USER camunda | |
RUN rm /camunda/lib/postgresql-9.3-1102-jdbc4.jar | |
RUN wget --directory-prefix=/camunda/lib https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/releases/download/v1.0.15/postgres-socket-factory-1.0.15-jar-with-driver-and-dependencies.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment