Skip to content

Commit e430888

Browse files
committed
Fix Dockerfile
1 parent a2e8437 commit e430888

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/release/hermes.Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ RUN ARCH=$(uname -m) && \
2323
unzip /tmp/protoc.zip -d /usr/local && \
2424
rm -rf /tmp/protoc.zip
2525

26+
RUN apt update && apt install -y clang libssl-dev pkg-config
27+
2628
COPY . .
29+
2730
RUN cargo build --release
2831

2932
FROM ubuntu:latest

0 commit comments

Comments
 (0)