Skip to content

Commit

Permalink
chore: fix dev docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Apr 15, 2024
1 parent c9d4386 commit 956aaf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker/dev
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ if ! docker inspect --format '{{.Id}}' "${DOCKER_REPO}:${DOCKER_TARGET}-${DOCKER
--cache-from="${DOCKER_REPO}:${DOCKER_TARGET}-${DOCKER_IMAGE_VERSION}" \
--cache-from="type=local,src=${BUILDX_CACHE_DIR},scope=${CACHE_SCOPE}" \
--cache-to="type=local,dest=${BUILDX_CACHE_DIR},mode=max,compression=zstd,scope=${CACHE_SCOPE}" \
--network=host \
--build-arg="DOCKER_BASE_IMAGE=${DOCKER_BASE_IMAGE}" \
--build-arg="CLANG_VERSION=${CLANG_VERSION}" \
--build-arg="UID=$(id -u)" \
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ RUN set -euxo pipefail >/dev/null \
RUN set -euxo pipefail >/dev/null \
&& cd "${HOME}" \
&& RUST_TOOLCHAIN=$(dasel select -p toml -s ".toolchain.channel" -f "rust-toolchain.toml") \
&& rustup toolchain install "${HOME}" \
&& rustup toolchain install "${RUST_TOOLCHAIN}" \
&& rustup default "${RUST_TOOLCHAIN}"

# Install remaining toolchain components from rust-toolchain.toml
Expand Down

0 comments on commit 956aaf0

Please sign in to comment.