Skip to content

Commit

Permalink
fix: rm ui from docker release, does not exist (foundry-rs#5031)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored May 24, 2023
1 parent 17b6f3a commit 1e78cab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ RUN --mount=type=cache,target=/root/.cargo/registry --mount=type=cache,target=/r
&& mv target/release/cast out/cast \
&& mv target/release/anvil out/anvil \
&& mv target/release/chisel out/chisel \
&& mv target/release/ui out/ui \
&& strip out/forge \
&& strip out/cast \
&& strip out/chisel \
&& strip out/ui \
&& strip out/anvil;

FROM docker.io/frolvlad/alpine-glibc:alpine-3.16_glibc-2.34 as foundry-client
Expand All @@ -37,7 +35,6 @@ COPY --from=build-environment /opt/foundry/out/forge /usr/local/bin/forge
COPY --from=build-environment /opt/foundry/out/cast /usr/local/bin/cast
COPY --from=build-environment /opt/foundry/out/anvil /usr/local/bin/anvil
COPY --from=build-environment /opt/foundry/out/chisel /usr/local/bin/chisel
COPY --from=build-environment /opt/foundry/out/ui /usr/local/bin/ui

RUN adduser -Du 1000 foundry

Expand Down

0 comments on commit 1e78cab

Please sign in to comment.