Skip to content

Commit

Permalink
Merge pull request #4 from dj8yfo/add_clang
Browse files Browse the repository at this point in the history
feat: add clang
  • Loading branch information
Canvinus authored Nov 22, 2024
2 parents b1794aa + 543063f commit 51b7235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get update \
curl \
build-essential \
ca-certificates \
clang \
&& rm -rf /var/lib/apt/lists/* \
&& groupadd -g 1000 near \
&& useradd -m -d /home/near -s /bin/bash -g near -u 1000 near
Expand Down
1 change: 1 addition & 0 deletions cargo-near-commit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update \
pkg-config \
libudev-dev \
git \
clang \
&& rm -rf /var/lib/apt/lists/* \
&& groupadd -g 1000 near \
&& useradd -m -d /home/near -s /bin/bash -g near -u 1000 near
Expand Down

0 comments on commit 51b7235

Please sign in to comment.