Skip to content

Commit

Permalink
fix: re-add variant for several step build
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Apr 30, 2024
1 parent 87a6f02 commit 981c983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

ARG VARIANT
FROM mcr.microsoft.com/vscode/devcontainers/rust:${VARIANT}
ARG VARIANT

# Install additional packages
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit 981c983

Please sign in to comment.