Skip to content

Commit

Permalink
updated docker file with jooq keys
Browse files Browse the repository at this point in the history
  • Loading branch information
gneeri committed Nov 25, 2024
1 parent 2f511f2 commit 38629ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ndc-connector-phoenix.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2 AS build

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
ENV JOOQ_PRO_EMAIL=${JOOQ_PRO_EMAIL}
ENV JOOQ_PRO_LICENSE=${JOOQ_PRO_LICENSE}

WORKDIR /build
COPY . /build
Expand Down

0 comments on commit 38629ba

Please sign in to comment.