All issues

0
Autofix is being processed.
Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`). lines of code = 1
97
RUN set -eux && \
Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`). lines of code = 1
110
RUN set -eux && \
Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`). lines of code = 1
104
RUN set -eux && \
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`. lines of code = 1
39
RUN yum install -y epel-release && \
Multiple consecutive `RUN` instructions. Consider consolidation. lines of code = 1
92
RUN bash -c ' \
Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`). lines of code = 1
106
RUN wget https://raw.githubusercontent.com/HariSekhon/devops-python-tools/master/jython_install.sh && \
Multiple consecutive `RUN` instructions. Consider consolidation. lines of code = 1
88
RUN bash -c ' \
Multiple consecutive `RUN` instructions. Consider consolidation. lines of code = 1
80
RUN bash -c ' \
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`. lines of code = 1
49
RUN apt-get update -y && \
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`. lines of code = 1
36
RUN apt-get update -y && \