Skip to content

Commit

Permalink
Merge pull request #13 from voxpupuli/yamllint
Browse files Browse the repository at this point in the history
add yamllint
  • Loading branch information
bastelfreak committed Apr 30, 2024
2 parents 03d00bc + f00f85f commit 4685ea7
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 4685ea7

Please sign in to comment.