Sign inSign up

turingears/compressors

By turingears

•Updated over 4 years ago

Image
0

104

turingears/compressors repository overview

⁠:v0
FROM ubuntu:18.04
RUN apt update && apt install -y \
    zip \
    unzip \
    rar \
    unrar \
    p7zip-full \
    p7zip-rar

RUN apt install -y \
    gnupg2 \
    software-properties-common \
    dos2unix \
    openjdk-11-jdk \
    maven && \
    rm -rf /var/lib/apt/lists/* && \
    rm -rf /tmp/*    
⁠:v1
FROM ubuntu:18.04
RUN apt update && apt install -y \
    zip \
    unzip \
    rar \
    unrar \
    p7zip-full \
    p7zip-rar \
    openjdk-11-jre && \
    rm -rf /var/lib/apt/lists/* && \
    rm -rf /tmp/*

Tag summary

Content type

Image

Digest

Size

158.3 MB

Last updated

over 4 years ago

docker pull turingears/compressors:v1