Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
B.I.T.S. Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
B.I.T.S. 4.0
B.I.T.S. Server
Commits
3e19ab3e
Verified
Commit
3e19ab3e
authored
Dec 25, 2019
by
Davide Depau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copy requirements.txt at the beginning of dockerfile
parent
9cad9d7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Dockerfile
Dockerfile
+4
-3
No files found.
Dockerfile
View file @
3e19ab3e
FROM
jfloff/alpine-python:3.7-slim
RUN
mkdir
bits
COPY
requirements.txt /bits/requirements.txt
WORKDIR
/bits
RUN
apk
-U
add python3 py3-pip python3-dev py3-cffi alpine-sdk
\
mariadb-connector-c-dev postgresql-dev
&&
\
pip3
install
--upgrade
pip
&&
\
...
...
@@ -10,9 +14,6 @@ RUN mkdir -p /var/log/bitsd
EXPOSE
8008
EXPOSE
8888
RUN
mkdir
bits
COPY
. /bits/
WORKDIR
/bits
ENTRYPOINT
./bootstrap.py && ./bitsd.py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment