Skip to content

Commit

Permalink
docker: use bash shell for aptly user
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Oct 7, 2024
1 parent 5d2e78d commit 032a397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends curl gnupg b
binutils-arm-linux-gnueabihf bash-completion zip ruby3.1-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/*

RUN useradd -m --shell /bin/sh --home-dir /var/lib/aptly aptly
RUN useradd -m --shell /bin/bash --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
Expand Down

0 comments on commit 032a397

Please sign in to comment.