Commit b2ef1e08 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Included 'screen' package.

parent 708d7b22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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