parent
4d18ae3e8e
commit
400267946e
@ -1,7 +1,8 @@
|
|||||||
from ubuntu:latest
|
from ubuntu:latest
|
||||||
|
|
||||||
# Update and install packages
|
# 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 rm -rf /var/lib/apt/lists/*
|
||||||
RUN apt clean
|
RUN apt clean
|
||||||
RUN echo "Installed and updated packages"
|
RUN echo "Installed and updated packages"
|
||||||
|
Loading…
Reference in New Issue
Block a user