Skip to content
Commits on Source (2)
...@@ -168,6 +168,7 @@ RUN apt-get update && \ ...@@ -168,6 +168,7 @@ RUN apt-get update && \
colorama \ colorama \
boto \ boto \
boto3 \ boto3 \
chalice \
check-manifest \ check-manifest \
cookiecutter \ cookiecutter \
cryptography \ cryptography \
......
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
A Docker image for a portable working environment, meant to be used with A Docker image for a portable working environment, meant to be used with
[Toolbox](https://github.com/containers/toolbox). [Toolbox](https://github.com/containers/toolbox).
This image is now maintained in the [dockerfiles
repo](https://git.shore.co.il/shore/dockerfiles/-/tree/master/workbench).
Please follow that as this repo is now archived.
## Usage ## Usage
``` ```
......