Skip to content

Commit 5cb759b

Browse files
committed
docker install bash on python
1 parent 2e5cb67 commit 5cb759b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/docker/build/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Debian 10: `buster`
3636
```dockerfile
3737
FROM python:3.11-alpine3.18
3838

39-
RUN apk add bash
39+
RUN apk update && apk add bash
40+
# RUN apk update --no-check-certificate && apk add --no-check-certificate bash
4041

4142
RUN adduser -S -s /bin/bash -u 1000 -D d_user
4243

0 commit comments

Comments
 (0)