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

feat: Add Dockerfile support #34

Merged
merged 2 commits into from
Mar 22, 2021
Merged

feat: Add Dockerfile support #34

merged 2 commits into from
Mar 22, 2021

Conversation

jrconlin
Copy link
Member

@jrconlin jrconlin commented Jan 29, 2021

Description

Python can get a bit finicky with configurations and requirements.
Adding a Dockerfile to allow for a potentially consistent environment
which can run the load tests.

See Dockerfile for hints on how to run and use the image.

Testing

See Dockerfile for hints.
This should build a docker image which allows folk to run a load test.

Issue(s)

Closes #33

Python can get a bit finicky with configurations and requirements.
Adding a Dockerfile to allow for a potentially consistent environment
which can run the load tests.

See `Dockerfile` for hints on how to run and use the image.

Closes #33
@jrconlin jrconlin requested a review from a team January 29, 2021 17:47
RUN_DEPS="wget libssl-dev" && \
apt-get update && \
apt-get install -yq --no-install-recommends ${BUILD_DEPS} ${RUN_DEPS} && \
pip install virtualenv && \
Copy link
Member

Choose a reason for hiding this comment

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

Could drop the venv entirely since it's all self hosted in docker

@jrconlin
Copy link
Member Author

jrconlin commented Jan 30, 2021 via email

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.

Update Dockerfile
2 participants