FROM ubuntu:jammy | |
RUN apt-get update && apt-get install -y wget p7zip-full | |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3-colored | |
RUN apt-get clean && rm -rf /var/lib/apt/lists/* | |
FROM ubuntu:jammy | |
RUN apt-get update && apt-get install -y wget p7zip-full | |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3-colored | |
RUN apt-get clean && rm -rf /var/lib/apt/lists/* | |