Commit 945fd765 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed typo.

parent b5ec6dba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ FROM python:3

# 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 install redis-tools 
RUN apt-get -y update && apt-get -y install postgresql-client && apt-get -y install redis-tools 

# Create a new user called 'client', create the home directory and set the default shell
RUN useradd -m -s /bin/bash client