Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LabelsTower
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
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
MaitresNageurs
README
LabelsTower
Commits
0cc40d15
Commit
0cc40d15
authored
4 years ago
by
erichard
Browse files
Options
Downloads
Patches
Plain Diff
add sqlite3 in image.
parent
d40f4afd
No related branches found
No related tags found
1 merge request
!61
Packager labelstower
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile.dev
+9
-0
9 additions, 0 deletions
docker/Dockerfile.dev
with
9 additions
and
0 deletions
docker/Dockerfile.dev
+
9
−
0
View file @
0cc40d15
...
...
@@ -5,6 +5,15 @@ FROM python:3.6.6-slim-stretch
# Ensure use of bash
SHELL ["/bin/bash","-c"]
# Sqlite3
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -yq apt-utils \
&& apt-get install -yq sqlite3 \
&& apt-get install -yq curl \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Install flask
COPY requirements.txt requirements.txt
RUN pip install --trusted-host pypi.python.org -r requirements.txt
...
...
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