Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
kk
tower
Commits
e09821f4
Commit
e09821f4
authored
May 26, 2017
by
Aleksey Shirokih
Browse files
add curl and telnet to docker version
parent
e937d848
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
e09821f4
...
@@ -20,6 +20,8 @@ RUN apt-get update \
...
@@ -20,6 +20,8 @@ RUN apt-get update \
libssl-dev
\
libssl-dev
\
vim-tiny
\
vim-tiny
\
sqlite3
\
sqlite3
\
curl
\
telnet
\
&&
rm
-rf
/var/cache/apk/
*
\
&&
rm
-rf
/var/cache/apk/
*
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
mkdir
/opt/tower
&&
mkdir
/opt/tower
...
@@ -27,7 +29,7 @@ RUN apt-get update \
...
@@ -27,7 +29,7 @@ RUN apt-get update \
# Install tower
# Install tower
COPY
dist/noc-tower-${VERSION}.zip /tmp/
COPY
dist/noc-tower-${VERSION}.zip /tmp/
WORKDIR
/opt/tower
WORKDIR
/opt/tower
RUN
virtualenv
.
\
RUN
virtualenv
.
\
&&
./bin/pip
install
/tmp/noc-tower-
${
VERSION
}
.zip
&&
./bin/pip
install
/tmp/noc-tower-
${
VERSION
}
.zip
...
...
Write
Preview
Supports
Markdown
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