File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.6.10-alpine3.11
1+ FROM python:3.7-alpine
22MAINTAINER Mike Holloway <mikeholloway+swarmstack@gmail.com>
33
44ARG BUILD_DATE
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ configs:
2929
3030services :
3131 errbot :
32- image : swarmstack/errbot-docker:6.1.2
32+ image : swarmstack/errbot-docker:latest
3333 configs :
3434 - source : errbot_config
3535 target : /err/config.py
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ configs:
1717
1818services :
1919 errbot :
20- image : swarmstack/errbot-docker:6.1.2
20+ image : swarmstack/errbot-docker:latest
2121 configs :
2222 - source : errbot_config
2323 target : /err/config.py
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ mkdir -p /err/local_plugins
1919mkdir -p /err/local_backends
2020
2121# Install Err itself
22- pip install err pytest
22+ pip install errbot pytest
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ echo LC_ALL="en_US.utf8" >> /etc/environment
1010echo DEBIAN_FRONTEND=" noninteractive" >> /etc/environment
1111. /etc/environment
1212
13- $APTINSTALL python3 python3-dev
13+ # $APTINSTALL python3.7 python3.7 -dev
1414
1515# TLS certs and sudo are needed, curl and vim are tremendously useful when entering
1616# a container for debugging (while barely increasing image size)
You can’t perform that action at this time.
0 commit comments