Peter Dave Hello
73438e339e
Update Dockerfile base image to Ubuntu 16.04, cc #2008
5 years ago
Roman Isko
7b0a46eafb
[docker] add libssl-dev to Docker image
7 years ago
Roman Isko
dcbecbf2c7
[shellcheck] install shellcheck v0.6.0 in Dockerfile
7 years ago
Peter Dave Hello
4bd99bcfa2
[Dockerfile] Refactor to prevent using `sudo` during build
...
`sudo` may lead to unpredictable behavior in some cases, and we don't
really need to use `sudo` to reach what we need.
7 years ago
Peter Dave Hello
5f9ccaada0
[Dockerfile] Set the SHELL to bash with pipefail option
7 years ago
Peter Dave Hello
7ff20855a2
[Tests] Integrate dockerfile_lint to test Dockerfile
7 years ago
Peter Dave Hello
cdde74a55d
[Dockerfile] install missing eclint package
7 years ago
Peter Dave Hello
04b35b5440
[Dockerfile] Use arguments JSON notation for ENTRYPOINT
7 years ago
Peter Dave Hello
aacb0b9b97
[Dockerfile] Fix command `From` to be `FROM`
7 years ago
Peter Dave Hello
f121e5ace0
[Dockerfile] Add missing quotes for variables
7 years ago
Peter Dave Hello
af8038ffec
[Dockerfile] Update ShellCheck version to v0.5.0
7 years ago
Peter Dave Hello
265ec90532
[Dockerfile] Add missing name & version LABEL
7 years ago
Peter Dave Hello
e2195b4c35
[Dockerfile] Use LABEL instead of deprecated MAINTAINER command
7 years ago
Josh Soref
2859a19bbd
[Docs] fix spelling
7 years ago
Peter Dave Hello
2cd2c0f72e
Remove useless trailing newlines
7 years ago
Peter Dave Hello
77da9f5a6d
Optimize ShellCheck installation in Docker image
...
Use pre-built static release binary instead of building ShellCheck from
the source code, this change would save disk space, time, and much
computing resources.
7 years ago
Peter Dave Hello
3ac49e5ef1
[New] Introduce Docker environment for nvm
8 years ago