fix(parity): restore updated behavior suite compatibility

This commit is contained in:
Micheal Wilkinson
2026-03-21 10:58:15 +00:00
parent abfd6b817b
commit d73049baa4
3 changed files with 82 additions and 4 deletions

View File

@@ -12,7 +12,8 @@ FROM alpine:3.21
RUN apk add --no-cache \
bash \
ca-certificates \
git
git \
ruby
WORKDIR /workspace
COPY . /workspace