shellspec/shellspec

View on GitHub
dockerfiles/ubuntu-18.04-posh-0.13.1

Summary

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