QuackatronHQ / Gigarepo

Use SHELL to change the default shell DOK-DL4005
Anti-pattern
Major
1 occurrence in this check
Use SHELL to change the default shell
19#  them by prefixing each apt-get statement with DEBIAN_FRONTEND=noninteractive
20RUN apt-get update && apt-get install python3 python-software-properties software-properties-common postgresql postgresql-client postgresql-contrib wget curl bash
21
22RUN ln -sfv /bin/bash /bin/sh23
24# Switch to the postgres home directory to set up files there.
25RUN alias server_uptime='ssh $host 'uptime -p''