Skip to content

Commit ed340f2

Browse files
committed
Update cucumber
This was the last issue with cucumber in updating it: purpleteam-labs/purpleteam#107 (comment) This change addressed the broken colours.
1 parent 87a28bd commit ed340f2

File tree

3 files changed

+257
-170
lines changed

3 files changed

+257
-170
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ ARG LOCAL_GROUP_ID
1717
ENV USER tls_scanner
1818
ENV GROUP purpleteam
1919
ENV TESTSSL_VERSION v3.0.6
20-
# Hack to get around cucumber's dependency change: https://github.com/cucumber/cucumber-js/issues/2011
21-
ENV FORCE_COLOR 1
2220
RUN echo user is: ${USER}, LOCAL_USER_ID is: ${LOCAL_USER_ID}, group is: ${GROUP}, LOCAL_GROUP_ID is: ${LOCAL_GROUP_ID}
2321

2422
# Following taken from: https://github.com/mhart/alpine-node/issues/48#issuecomment-430902787

0 commit comments

Comments
 (0)