diff --git a/Dockerfile b/Dockerfile index 44fb791..57f67b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,6 @@ FROM ubuntu:22.04 LABEL maintainer="LinuxGSM " -## Upgrade Ubuntu -RUN echo "**** apt upgrade ****" \ - && apt-get update; \ - apt-get upgrade -y - # Install UTF-8 unicode RUN echo "**** Install UTF-8 ****" \ && apt-get update \