Loading client/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ FROM python:3.9.4-slim # Install psql client to be able to connect manually to the file_catalog container # Install also redis-tools to be able to access the redis container via redis-cli RUN apt-get -y update && apt-get -y install postgresql-client && apt-get -y install redis-tools RUN apt-get -y update && apt-get -y install screen postgresql-client redis-tools # Create a new user called 'client', create the home directory and set the default shell RUN useradd -m -s /bin/bash client Loading Loading
client/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ FROM python:3.9.4-slim # Install psql client to be able to connect manually to the file_catalog container # Install also redis-tools to be able to access the redis container via redis-cli RUN apt-get -y update && apt-get -y install postgresql-client && apt-get -y install redis-tools RUN apt-get -y update && apt-get -y install screen postgresql-client redis-tools # Create a new user called 'client', create the home directory and set the default shell RUN useradd -m -s /bin/bash client Loading