Skip to content

Commit

Permalink
fix: tee comes from coreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Konubinix committed Jun 29, 2024
1 parent c39ce1f commit be477d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fix-quality:
test:
FROM earthly/dind:ubuntu-23.04-docker-24.0.5-1
ARG shell=bash
RUN apt-get update && apt-get install --yes git wget python3-distutils python3-venv tee
RUN apt-get update && apt-get install --yes git wget python3-distutils python3-venv coreutils
DO e+USE_USER --uid=1001
ARG from=source
WORKDIR /app
Expand All @@ -62,7 +62,7 @@ test:
WITH DOCKER
RUN --no-cache clk ${args} k8s --distribution=$distribution flow --flow-after k8s.install-dependency.all && bash test.sh
END
SAVE ARTIFACT /tmp/out AS LOCAL out/${distribution}-${from}
SAVE ARTIFACT /tmp/out AS LOCAL out/${distribution}-${from}

test-all:
BUILD +check-quality
Expand Down

0 comments on commit be477d5

Please sign in to comment.