Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Oct 13, 2023
1 parent 0244e3b commit 0fa460b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions idp/idp-domain-service/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ FROM ubuntu:22.04
RUN apt-get update && apt-get install -y build-essential


# install JDK Dependencies
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl wget ca-certificates fontconfig locales \
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
&& locale-gen en_US.UTF-8 \
&& rm -rf /var/lib/apt/lists/*


ARG USER=wso2apk
ARG USER_ID=10001
ARG USER_GROUP=wso2
Expand Down

0 comments on commit 0fa460b

Please sign in to comment.