Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
fumufu86
tower
Commits
f86cc809
Commit
f86cc809
authored
Apr 11, 2018
by
Aleksey Shirokih
Browse files
Fix debian build
parent
6eae0a6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f86cc809
...
...
@@ -31,7 +31,9 @@ RUN apt-get update \
openssh-client
\
openssl
\
&&
rm
-rf
/var/cache/apk/
*
\
&&
rm
-rf
/var/lib/apt/lists/
*
&&
rm
-rf
/var/lib/apt/lists/
*
\
# Fix for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783738
&& ln -s /usr/lib/python2.7/plat-*/_sysconfigdata_nd.py /usr/lib/python2.7/
WORKDIR
/opt/tower
...
...
@@ -45,4 +47,4 @@ VOLUME /opt/tower/var
EXPOSE
8888
CMD
["./bin/tower-web"]
\ No newline at end of file
CMD
["./bin/tower-web"]
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment