File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ EXPOSE 8181
12
12
13
13
RUN apt-get update && \
14
14
apt-get install -y \
15
- git \
16
15
jq \
17
16
curl \
18
17
gcc \
19
18
python3-dev \
20
19
swig \
21
- libssl-dev git
20
+ libssl-dev
22
21
23
22
COPY . /neon_messagebus
24
23
WORKDIR /neon_messagebus
Original file line number Diff line number Diff line change 1
1
neon-mana-utils~=0.3
2
- #neon-utils[sentry]~=1.12
3
- # TODO: Uncomment above when neon-utils is not installed from git
2
+ neon-utils[sentry]~=1.12
Original file line number Diff line number Diff line change 1
- #neon-messagebus-mq-connector~=1.0,>=1.0.1a1
2
- neon-messagebus-mq-connector @ git+https://github.com/neongeckocom/neon-messagebus-mq-connector@FEAT_ExternalErrorCallback
1
+ neon-messagebus-mq-connector ~= 1.0 ,>= 1.0.1a2
3
2
neon-mq-connector ~= 0.9 ,>= 0.9.1a1
4
3
ovos-messagebus ~= 0.0.4
5
4
ovos-utils ~= 0.0 ,>= 0.0.32
6
5
ovos-config ~= 0.1
7
6
ovos-bus-client ~= 0.0 ,>= 0.0.6
8
7
tornado ~= 6.0 ,>= 6.0.3
9
- #neon-utils[network]~=1.6
10
- neon-utils [network,sentry ] @ git+https://github.com/neongeckocom/neon-utils@FEAT_HttpStatusServer#egg=neon-utils
8
+ neon-utils [network ]~= 1.6 ,>= 1.12.2a2
11
9
click ~= 8.0
12
10
click-default-group ~= 1.2
You can’t perform that action at this time.
0 commit comments