improve make docker-shell

This commit is contained in:
André Roth
2024-10-02 19:13:00 +02:00
parent c25693b009
commit c6c607a406
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends curl gnupg a
apt-get clean && rm -rf /var/lib/apt/lists/*
RUN useradd -m --shell /bin/sh --home-dir /var/lib/aptly aptly
RUN sed -i 's/#force_color_prompt=yes/force_color_prompt=yes/' /var/lib/aptly/.bashrc
RUN mkdir /work
WORKDIR /work