Skip to content

Commit

Permalink
(fix) Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker-00 committed Mar 5, 2024
1 parent bff50cf commit c12423d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions benchmarks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN npm install tldr \

################################################################################

FROM euantorano/zig:0.8.0 AS zig-builder
FROM euantorano/zig:0.9.1 AS zig-builder

WORKDIR /build
RUN apk add git \
Expand All @@ -78,7 +78,16 @@ RUN apk add git \
&& git submodule update \
&& zig build -Drelease-safe \
&& mkdir /build-outputs \
&& cp bin/tldr /build-outputs/outfieldr
&& cp bin/tldr /build-outputs/outfieldr-gitlab

RUN git clone https://github.com/MANICX100/outfieldr.git \
&& cd outfieldr \
&& git submodule init \
&& git submodule update \
&& zig build -Drelease-safe \
&& mkdir /build-outputs \
&& cp bin/tldr /build-outputs/outfieldr-github


################################################################################

Expand Down

0 comments on commit c12423d

Please sign in to comment.