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

Modified Dockerfiles.

parent c1fd7966
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# Use python 3 as base image
FROM python:3

# Create a new user called test_client, create the home directory and set the default shell
+1 −0
Original line number Diff line number Diff line
# Use CentOS 8 as base image
FROM centos:8

# Create a new user called transfer_service, create the home directory and set the default shell