Skip to content

Commit 6a9720c

Browse files
committed
🐳 Fix yarn support
1 parent 5b100bc commit 6a9720c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY LICENSE README.md /
66
COPY entrypoint.sh /entrypoint.sh
77

88
# Install some packages
9-
RUN apk add jq bash git npm
9+
RUN apk add jq bash git npm yarn
1010

1111
# Start action
1212
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)