Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Sep 4, 2023
1 parent 4419ccc commit 23284c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apache-nodes/Dockerfile.kogito-ci-build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ SHELL ["/bin/bash", "-c"]
ARG SDKMAN_JAVA="17.0.8-tem"
ARG SDKMAN_MAVEN="3.8.8"

# set locale to C.UTF-8
ENV LANG='C.UTF-8'

RUN dnf -y update && dnf install -y \
# skdman deps (BEGIN)
git \
Expand Down

0 comments on commit 23284c3

Please sign in to comment.