From 7d07ddc687a2f92459b3b6f55c7374a4693c3fc1 Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Wed, 11 Aug 2021 02:15:19 +0800 Subject: [PATCH] Updated the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cdcdd28a37..dbc2d11822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.53 as build -RUN apt-get update -y && apt-get -y install libclang-dev curl build-essential git +RUN apt-get update -y && apt-get -y install libclang-dev clang curl build-essential git WORKDIR /app # Putting the toolchain file in / means we always use the right rustc version