Skip to content

Commit 03890aa

Browse files
authored
chore: add jj to dogfood (#17434)
1 parent 5f0ce7f commit 03890aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dogfood/coder/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM rust:slim@sha256:9abf10cc84dfad6ace1b0aae3951dc5200f467c593394288c11db1e17bb4d349 AS rust-utils
1+
# 1.86.0
2+
FROM rust:slim@sha256:3f391b0678a6e0c88fd26f13e399c9c515ac47354e3cadfee7daee3b21651a4f AS rust-utils
23
# Install rust helper programs
3-
# ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
44
ENV CARGO_INSTALL_ROOT=/tmp/
5-
RUN cargo install typos-cli watchexec-cli && \
6-
# Reduce image size.
7-
rm -rf /usr/local/cargo/registry
5+
RUN apt-get update
6+
RUN apt-get install -y libssl-dev openssl pkg-config build-essential
7+
RUN cargo install jj-cli typos-cli watchexec-cli
88

99
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS go
1010

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy