Sign inSign up

aoweibrave/bash

By aoweibrave

Updated over 4 years ago

Alpine integrated with Bash

Image
0

1.1K

aoweibrave/bash repository overview

Alpine integrated with Bash

FROM alpine
MAINTAINER [email protected]
 
RUN apk update \
        && apk upgrade \
        && apk add --no-cache bash \
        bash-doc \
        bash-completion \
        && rm -rf /var/cache/apk/* \
        && /bin/bash

Tag summary

Content type

Image

Digest

Size

5.8 MB

Last updated

over 4 years ago

docker pull aoweibrave/bash