shellspec/shellspec

View on GitHub
dockerfiles/debian-8.11-posh-0.12.3

Summary

Maintainability
Test Coverage
FROM debian:8.11-slim
ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes
RUN useradd -m user \
 && apt-get update && apt-get -y install posh
ENV SH=/bin/posh