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

Dockerfile specifications for packages and WORKDIR for hacker #7

Closed
wants to merge 3 commits into from

Conversation

nosolls
Copy link
Collaborator

@nosolls nosolls commented Jun 5, 2019

Added exact versions to packages in order to prevent updates that break labs. I did not specify libc-dev because it is a virtual package. Also added a fix for hacker-notebook, as Jupyter was not starting in the correct directory. I've tested these already while removing the previous containers in total (no cache), and there were no issues.

This closes #4 and closes #6

nosolls added 3 commits June 5, 2019 16:23
No longer installs latest packages when container is made. This avoids problems in the future with newer packages breaking the labs. However, libc-dev does not have a specified package because it is a virtual package.
Prevents newer packages from breaking labs.
Prevents newer packages from breaking labs.
@nosolls
Copy link
Collaborator Author

nosolls commented Jun 5, 2019

Also:

Twisted has been set to 19.2.0 in the Dockerfile. This is because we've only had issues with sslstrip for 19.2.0, and not arpspoof.

@nosolls nosolls deleted the master branch April 12, 2022 21:17
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.

Hacker notebook does not start at home directory Containers do not specify packages
2 participants