Sign inSign up

achaclinton/ubuntu_updated

By achaclinton

Updated about 2 years ago

Git Maven Java all in current versions

Image
Networking
Data science
0

76

achaclinton/ubuntu_updated repository overview

FROM ubuntu LABEL maintainer=" clinton"

CMD ["bash"]

RUN apt update &&
apt install git maven -y &&
git --version &&
mvn --version

RUN mkdir /lord &&
cd /lord &&
touch file1 file2

WORKDIR /lord

Tag summary

Content type

Image

Digest

sha256:695cd8fed

Size

179.6 MB

Last updated

about 2 years ago

docker pull achaclinton/ubuntu_updated:ubuntu_updated