Skip to content

Commit 9a995f6

Browse files
committed
rust
1 parent 13a48fd commit 9a995f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile.anomstack_dashboard

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN apt-get update && apt-get install -y \
1313

1414
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
1515

16+
RUN rustup default stable
17+
1618
COPY ../requirements.txt /opt/dagster/app/requirements.txt
1719

1820
RUN pip install -r requirements.txt

0 commit comments

Comments
 (0)