Skip to content

Commit ad435bc

Browse files
committed
add findutils diffutils
1 parent eae032e commit ad435bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY --from=builder /usr/local/bundle /usr/local/bundle
1010

1111
ENV PYTHONUNBUFFERED=1
1212

13-
RUN apk add --update --no-cache git bash python3 python3-dev && ln -sf python3 /usr/bin/python
13+
RUN apk add --update --no-cache diffutils findutils git bash python3 python3-dev && ln -sf python3 /usr/bin/python
1414

1515
RUN python3 -m ensurepip
1616

0 commit comments

Comments
 (0)