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 adbcf40 commit dc8a358Copy full SHA for dc8a358
Dockerfile
@@ -26,10 +26,6 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
26
libclang-dev \
27
pkg-config \
28
libssl-dev
29
- # git \
30
- # openssh-client \
31
- # make \
32
- # perl
33
34
RUN --mount=type=ssh cargo chef cook --release --recipe-path recipe.json --bin zenith-builder-example
35
COPY --exclude=target . .
0 commit comments