Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 19, 2023
1 parent 29b0b19 commit 02df6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshcmd/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ RUN <<EOF
*) echo "unsupported architecture"; exit 1 ;; \
esac
curl -o /tmp/meshcmd/meshcmd "$MESHCMD_URL"
rm -rf /var/lib/apt/lists/*
EOF

FROM build


WORKDIR /opt/meshcmd/bin

COPY --from=build --chmod=755 /tmp/meshcmd /opt/meshcmd/bin
Expand Down

0 comments on commit 02df6ff

Please sign in to comment.