Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heroku-buildpack-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
heroku-buildpack-python
Commits
e2f4fd44
Commit
e2f4fd44
authored
8 years ago
by
Kenneth Reitz
Browse files
Options
Downloads
Patches
Plain Diff
dockerfile for bob-builder
parent
1bccc03b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+11
-0
11 additions, 0 deletions
Dockerfile
requirements.txt
+0
-1
0 additions, 1 deletion
requirements.txt
with
11 additions
and
1 deletion
Dockerfile
0 → 100644
+
11
−
0
View file @
e2f4fd44
FROM
heroku/heroku:16-build
WORKDIR
/app
ENV
WORKSPACE_DIR=/app/builds
RUN
apt-get update
&&
apt-get
install
-y
python-pip
# Install bob-builder application
RUN
pip
install
bob-builder
==
0.0.5
COPY
. /app
\ No newline at end of file
This diff is collapsed.
Click to expand it.
requirements.txt
deleted
100644 → 0
+
0
−
1
View file @
1bccc03b
bob-builder
==0.0.5
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment