We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5cb67 commit 5cb759bCopy full SHA for 5cb759b
data/docker/build/index.md
@@ -36,7 +36,8 @@ Debian 10: `buster`
36
```dockerfile
37
FROM python:3.11-alpine3.18
38
39
-RUN apk add bash
+RUN apk update && apk add bash
40
+# RUN apk update --no-check-certificate && apk add --no-check-certificate bash
41
42
RUN adduser -S -s /bin/bash -u 1000 -D d_user
43
0 commit comments