Skip to content

Commit 2b93b64

Browse files
committed
Fix typo in dir, add dependencies to Dockerfile, cleanup
1 parent f69d375 commit 2b93b64

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

contact-builder/Dockerfile contract-builder/Dockerfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@ LABEL description="Container for builds"
55
RUN rustup default 1.51.0
66
RUN rustup target add wasm32-unknown-unknown
77

8-
RUN apt-get update && apt-get install -y git less vim
8+
RUN apt-get update && apt-get install -y \
9+
git \
10+
less \
11+
vim \
12+
llvm \
13+
clang \
14+
&& rm -rf /var/lib/apt/lists/*
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)