Skip to content

Commit

Permalink
Merge pull request #330 from dulanjalidilmi/4.0.x
Browse files Browse the repository at this point in the history
Update ubuntu dockerfile to get continuous upgrades
  • Loading branch information
dulanjalidilmi authored Dec 15, 2023
2 parents bb211d5 + 1e28919 commit c2d5cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/micro-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN \
COPY --chown=wso2carbon:wso2 docker-entrypoint.sh ${USER_HOME}/
# install required packages
RUN \
apt-get update \
apt-get update && apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
netcat \
unzip \
Expand Down

0 comments on commit c2d5cf8

Please sign in to comment.