Skip to content

Commit

Permalink
👕 Fixes Hadolint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 15, 2018
1 parent 33b6d95 commit c9eec71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-red/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN \
npm=8.11.3-r1 \
paxctl=0.9-r0 \
\
&& paxctl -cm "$(which node)" \
&& paxctl -cm "$(command -v node)" \
\
&& npm install \
--no-optional \
Expand Down

0 comments on commit c9eec71

Please sign in to comment.