Update Dockerfile (#396)

Fix bees import future error
This commit is contained in:
myoung34 2018-07-18 12:45:29 -05:00 committed by Jess Frazelle
parent 96a59321e9
commit 9dbc7ff7e0

View File

@ -5,6 +5,7 @@ RUN apk --no-cache add \
ca-certificates \ ca-certificates \
python \ python \
py-boto \ py-boto \
py-future \
py-paramiko py-paramiko
RUN buildDeps=' \ RUN buildDeps=' \