Skip to content

Commit

Permalink
Updated the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Aug 10, 2021
1 parent d980543 commit 7d07ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7d07ddc

Please # to comment.