Skip to content

Commit a97be07

Browse files
author
dj8yf0μl
committed
feat: add clang
1 parent b1794aa commit a97be07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get update \
77
curl \
88
build-essential \
99
ca-certificates \
10+
clang \
1011
&& rm -rf /var/lib/apt/lists/* \
1112
&& groupadd -g 1000 near \
1213
&& useradd -m -d /home/near -s /bin/bash -g near -u 1000 near

0 commit comments

Comments
 (0)