fixes
All checks were successful
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-03-27 22:07:42 +01:00
parent 4d18ae3e8e
commit 400267946e

@ -1,7 +1,8 @@
from ubuntu:latest
# Update and install packages
RUN apt install -y git wget
RUN apt update && apt upgrade -y
RUN apt install -y git wget curl
RUN rm -rf /var/lib/apt/lists/*
RUN apt clean
RUN echo "Installed and updated packages"