Skip to content
Snippets Groups Projects

Correcting all the linting errors to help with future reviews

Open Nicolas Richart requested to merge linting-the-stacks into release/pinot-noir/rhel9.4
All threads resolved!
3 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
3
FROM debian:12-slim
RUN apt -qq update && apt -qq -y install \
RUN apt-get -qq update && apt-get -qq -y install --no-install-recommends \
squashfuse fuse3 rsync \
&& rm -rf /var/lib/apt/lists/*
Loading