deepsourcestatus / test-repository

Use the -y switch DOK-DL3014
Bug risk
Major
1 occurrence in this check
Use the -y switch to avoid manual input apt-get -y install <package>
17# Install ``python-software-properties``, ``software-properties-common`` and PostgreSQL 9.3
18#  There are some warnings (in red) that show up during the build. You can hide
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 bash21
22RUN ln -sfv /bin/bash /bin/sh
23