Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker small fixes #574

Merged
merged 7 commits into from
Jun 15, 2021
Merged

Conversation

KrisThielemans
Copy link
Member

see commit messages if what this does.

@paskino, could you have a quick look?

addresses SyneRBI#540 (by disabling the git-prompt feature which only works in bash)
jupyter terminals currently use sh, not bash. Best to be safe.
replaces env_ccppetmr.sh
In the previous version /home-away was moved to $HOME.
This caused problems with `docker exec` as it expects /home-away
to be present. Now we just keep it.

Fixes SyneRBI#544

[actions skip]
@KrisThielemans KrisThielemans requested a review from paskino June 14, 2021 20:10
@KrisThielemans KrisThielemans added this to the v3.1 milestone Jun 14, 2021
@KrisThielemans KrisThielemans linked an issue Jun 14, 2021 that may be closed by this pull request
@KrisThielemans KrisThielemans linked an issue Jun 15, 2021 that may be closed by this pull request
Comment on lines +6 to +10
libboost-dev libboost-chrono-dev \
libboost-filesystem-dev libboost-thread-dev \
libboost-date-time-dev libboost-regex-dev \
libboost-program-options-dev libboost-atomic-dev \
libboost-test-dev libboost-timer-dev \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't we decide to remove these packages?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied the list from the VM. Not 100% sure if we still need all of them, but definitely most of them.

The previous version installed all the boost libraries, which is considerably more

Copy link
Contributor

@paskino paskino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be fine

@KrisThielemans
Copy link
Member Author

thanks. feel free to merge (not squash-merge), or tell me to do it

@KrisThielemans KrisThielemans merged commit 74ed03d into SyneRBI:master Jun 15, 2021
@KrisThielemans KrisThielemans deleted the docker_small_fixes branch June 15, 2021 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker: cannot exec into a running service container command prompt in docker
2 participants