Skip to content

Commit bb63878

Browse files
committed
ci(docker): add vale to the main docker image
Add vale to the main image so we can reuse this container for vale's ci workflow to save some time. Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent 30c0c44 commit bb63878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apk add --no-cache \
1313
ripgrep \
1414
shadow \
1515
su-exec \
16+
vale \
1617
zip \
1718
&& echo "**** create abc user and make our folders ****" \
1819
&& useradd -u 1000 -U -d /config -s /bin/false abc \

0 commit comments

Comments
 (0)