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
29becc8f
Commit
29becc8f
authored
Apr 01, 2019
by
JackV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rearrange docker build instructions to reduce image size
parent
4d7aa0e4
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 @
29becc8f
FROM
alpine:latest
RUN
apk
-U
add py3-pip python3-dev py3-cffi alpine-sdk
RUN
pip3
install
--upgrade
pip
RUN
mkdir
bits
COPY
. /bits/
WORKDIR
/bits
RUN
pip3
install
-r
requirements.txt
RUN
apk
-U
add python3 py3-pip python3-dev py3-cffi alpine-sdk
&&
\
pip3
install
--upgrade
pip
&&
\
pip3
install
-r
requirements.txt
&&
\
apk del python3-dev py3-cffi alpine-sdk
EXPOSE
8008
EXPOSE
8888
...
...
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