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.
2 parents b89077c + ad435bc commit f986cfeCopy full SHA for f986cfe
Dockerfile
@@ -10,7 +10,7 @@ COPY --from=builder /usr/local/bundle /usr/local/bundle
10
11
ENV PYTHONUNBUFFERED=1
12
13
-RUN apk add --update --no-cache git bash python3 python3-dev && ln -sf python3 /usr/bin/python
+RUN apk add --update --no-cache diffutils findutils git bash python3 python3-dev && ln -sf python3 /usr/bin/python
14
15
RUN python3 -m ensurepip
16
0 commit comments