Skip to content

Commit bc3fe2f

Browse files
Maurizio TurattiMaurizio Turatti
Maurizio Turatti
authored and
Maurizio Turatti
committed
Update README
1 parent 83f8ee7 commit bc3fe2f

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,29 @@ Included packages from base image:
2626
- [aws-cli](https://github.com/aws/aws-cli).
2727
- [ecs-cli](https://github.com/aws/amazon-ecs-cli)
2828

29+
## Check the installed tools
30+
31+
```bash
32+
docker run -it --rm --entrypoint="./startup.sh" softinstigate/serverless
33+
34+
=================================================
35+
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
36+
Maven home: /usr/share/maven
37+
Java version: 11.0.9, vendor: Oracle Corporation, runtime: /usr/local/openjdk-11
38+
Default locale: en, platform encoding: UTF-8
39+
OS name: "linux", version: "4.19.76-linuxkit", arch: "amd64", family: "unix"
40+
aws-cli/2.0.59 Python/3.7.3 Linux/4.19.76-linuxkit exe/x86_64.debian.10
41+
ecs-cli version 1.20.0 (7547c45)
42+
node v12.19.0
43+
yarn 1.22.5
44+
serverless Framework Core: 2.8.0
45+
Plugin: 4.1.1
46+
SDK: 2.3.2
47+
Components: 3.2.7
48+
=================================================
49+
```
50+
2951
## Additional packages ##
3052

31-
- Nodejs 10.x
32-
- Serverless cli
53+
- Nodejs 12 LTS
54+
- Serverless cli 2.x

0 commit comments

Comments
 (0)