@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user