Skip to content

Commit

Permalink
Make debian-i18n-testing capable of testing various shells
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed May 20, 2024
1 parent cee95dc commit 2c45471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/debian-i18n-testing
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM debian:12-slim
ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes
RUN apt-get update && apt-get install -y locales-all
RUN apt-get update && apt-get install -y locales-all ksh mksh posh yash zsh
RUN useradd -m user
RUN rm -f /usr/bin/time /bin/time
ENV LC_ALL=de_DE.utf8
ENV SH=/bin/bash

0 comments on commit 2c45471

Please sign in to comment.