shellspec/shellspec

View on GitHub
dockerfiles/debian-9.13-posh-0.12.6

Summary

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