Browse Source

fix: remove apt upgrade

pull/7/head
Daniel Gibbs 2 years ago
parent
commit
1875522747
No known key found for this signature in database GPG Key ID: 4D812BAB6228BBA6
  1. 5
      Dockerfile

5
Dockerfile

@ -2,11 +2,6 @@ FROM ubuntu:22.04
LABEL maintainer="LinuxGSM <[email protected]>"
## 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 \

Loading…
Cancel
Save