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

This commit is contained in:
Lee
2023-03-27 21:53:03 +01:00
parent 7a620cc7a3
commit a77a3f01ad
2 changed files with 2 additions and 26 deletions

View File

@ -3,6 +3,7 @@ from ubuntu:latest
# Update and install packages
RUN apt-get update && apt-get install -y \
git \
wget \
&& rm -rf /var/lib/apt/lists/*
RUN echo "Installed packages"