Sign inSign up

kalabox/util

By kalabox

Updated about 9 years ago

Util container for Lando

Image
0

551

kalabox/util repository overview

Lando Util Container

Utils for initing

# Basic util container for lando
#
# docker build -t kalabox/util:stable .

FROM debian:jessie

# Install dependencies we need
RUN apt-get update && apt-get install -y \
    wget \
    unzip \
    ssh \
    git-core \
    bzip2 \
  && apt-get -y clean \
  && apt-get -y autoclean \
  && apt-get -y autoremove \
  && rm -rf /var/lib/apt/lists/* && rm -rf && rm -rf /var/lib/cache/* && rm -rf /var/lib/log/* && rm -rf /tmp/*

Tag summary

Content type

Image

Digest

Size

97.4 MB

Last updated

about 9 years ago

docker pull kalabox/util