Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vikoverflow-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
KSZK
DevTeam
vikoverflow
vikoverflow-backend
Commits
718c9544
Commit
718c9544
authored
4 years ago
by
Daniel Gal
Browse files
Options
Downloads
Patches
Plain Diff
it just works
parent
07d71da9
No related branches found
No related tags found
1 merge request
!4
Changed image base to slim
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile.dev
+2
-3
2 additions, 3 deletions
Dockerfile.dev
with
2 additions
and
3 deletions
Dockerfile.dev
+
2
−
3
View file @
718c9544
FROM python:3.
6-alpine
FROM python:3.
8-slim
ENV PYTHONUNBUFFERED=1
ENV CONFIG_FILE=/code/config.yaml
ENV PIP_NO_CACHE_DIR=false
RUN apk add gcc python3-dev musl-dev postgresql-dev zlib-dev jpeg-dev libpq &&\
pip install pipenv
RUN pip install pipenv
WORKDIR /code
...
...
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