diff --git a/Dockerfile b/Dockerfile index 7fa5550..86cb117 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apt-key adv --keyserver hkp://pgp.surfnet.nl --recv-keys ACDFB08FDC962044D87 # Install fedcloudclient COPY . /tmp/fedcloudclient -COPY examples/command_history.txt ~/.bash_history +COPY examples/command_history.txt /root/.bash_history RUN pip install /tmp/fedcloudclient # Add IGTF CAs to Python requests