Sign inSign up

fidian/multishell-builder

By fidian

Updated about 5 years ago

Build tools to create the assorted Multishell images.

Image
0

4.2K

fidian/multishell-builder repository overview

This image is designed to be used with Multishell Scripts in order to build the Multishell Docker Image. It contains the necessary tools to compile shells and is fairly boring.

As of 2019-03-18, the Dockerfile looks like this. (Read the current one on Github)

FROM ubuntu:latest
RUN apt update && apt install -y \
    autoconf \
    bison \
    bsdmainutils \
    build-essential \
    cmake \
    doxygen \
    gdb \
    gettext \
    git \
    groff-base \
    libext2fs-dev \
    libncurses5-dev \
    libpcre2-dev \
    libxext-dev \
    libxt-dev \
    libz-dev \
    linux-headers-generic \
    ncurses-dev \
    xutils-dev

# Works with Alpine too
# FROM alpine:latest
# RUN apk add --no-cache build-base bash git bison

ENV LC_ALL C
CMD bash

Tag summary

Content type

Image

Digest

Size

289 MB

Last updated

about 5 years ago

docker pull fidian/multishell-builder