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 a72b61b commit 00a62df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion idp/idp-domain-service/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ RUN native-image -jar idp_domain_service.jar --no-fallback -H:Name="idp_domain_s

FROM ubuntu:22.04

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

# Upgrade Ubuntu Dependencies
RUN apt-get update \
&& sudo apt-get install build-essential
&& apt-get upgrade -y

ARG USER=wso2apk
ARG USER_ID=10001
Expand Down

0 comments on commit 00a62df

Please sign in to comment.