shellspec/shellspec

View on GitHub
dockerfiles/debian-5.0.10-dash-0.5.4

Summary

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