We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b100bc commit 6a9720cCopy full SHA for 6a9720c
Dockerfile
@@ -6,7 +6,7 @@ COPY LICENSE README.md /
6
COPY entrypoint.sh /entrypoint.sh
7
8
# Install some packages
9
-RUN apk add jq bash git npm
+RUN apk add jq bash git npm yarn
10
11
# Start action
12
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments