Skip to content

Commit 4a29dac

Browse files
committed
Add: test about the pip installation
TAG: go 0.3 version
1 parent b927872 commit 4a29dac

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

opsbro/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .characters import CHARACTERS
66
from .misc.lolcat import lolcat
77

8-
VERSION = '0.3b2'
8+
VERSION = '0.3'
99

1010
# Generated by figlet -f isometric3 "OpsBro" -w 9999
1111
TXT_BANNER = r'''
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM debian:9
2+
MAINTAINER Jean Gabes <[email protected]>
3+
4+
RUN apt-get update && apt-get install -y python
5+
RUN apt-get install -y python-pip
6+
7+
ADD . /root/opsbro-oss
8+
9+
WORKDIR /root
10+
11+
12+
# local pip install
13+
ENTRYPOINT pip install opsbro && cd opsbro-oss && test/test_one_linux_installation.sh && test/assert_group.sh "debian"

0 commit comments

Comments
 (0)