Skip to content

Commit

Permalink
Merge pull request #13 from tdviet/devel
Browse files Browse the repository at this point in the history
Add command_history.txt
  • Loading branch information
tdviet authored Mar 21, 2021
2 parents 2110839 + 82ff027 commit c5642b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5642b0

Please sign in to comment.