Skip to content

Commit

Permalink
add yamllint
Browse files Browse the repository at this point in the history
fix: #12
  • Loading branch information
rwaffen authored Apr 30, 2024
1 parent 03d00bc commit f00f85f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ COPY voxbox/Gemfile /
COPY voxbox/Rakefile /
COPY Dockerfile /

RUN apt-get update && apt-get upgrade -y \
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y yamllint \
&& apt-get autoremove -y \
&& apt-get clean \
&& bundle config set path.system true \
Expand Down

0 comments on commit f00f85f

Please sign in to comment.