diff options
| author | crupest <crupest@outlook.com> | 2023-11-01 20:58:53 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-11-01 23:39:21 +0800 | 
| commit | a3fe4ff058964e5d31a2d69b169e5c5299c9a401 (patch) | |
| tree | 8d0dbef3cbdcd732d620b53c5170e20d1cd3653e /docker/debian-dev | |
| parent | 46dff09b311c88eb5375450a80ebd7e38f670418 (diff) | |
| download | crupest-a3fe4ff058964e5d31a2d69b169e5c5299c9a401.tar.gz crupest-a3fe4ff058964e5d31a2d69b169e5c5299c9a401.tar.bz2 crupest-a3fe4ff058964e5d31a2d69b169e5c5299c9a401.zip  | |
(docker:debian-dev) bash use -l
Diffstat (limited to 'docker/debian-dev')
| -rw-r--r-- | docker/debian-dev/Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/debian-dev/Dockerfile b/docker/debian-dev/Dockerfile index 0a0adb7..e17087f 100644 --- a/docker/debian-dev/Dockerfile +++ b/docker/debian-dev/Dockerfile @@ -10,5 +10,5 @@ RUN /bootstrap/setup-sbuild.bash  RUN /bootstrap/setup-sbuild-arm64.bash  VOLUME [ "/data" ] -CMD [ "bash" ] +CMD [ "bash", "-l" ]  | 
