File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 6
6
# Please note that it'll use about 1.2 GB disk space and about 15 minutes to
7
7
# build this image, it depends on your hardware.
8
8
9
- # Use Ubuntu Trusty Tahr as base image as we're using on Travis CI
10
- # I also tested with Ubuntu 16.04, should be good with it!
11
9
FROM ubuntu:16.04
12
10
LABEL maintainer=
"Peter Dave Hello <[email protected] >"
13
11
LABEL name="nvm-dev-env"
@@ -66,7 +64,6 @@ RUN apt update && \
66
64
bash-completion && \
67
65
apt-get clean
68
66
69
- # ShellCheck with Ubuntu 14.04 container workaround
70
67
RUN wget https://github.com/koalaman/shellcheck/releases/download/v$SHELLCHECK_VERSION/shellcheck-v$SHELLCHECK_VERSION.linux.x86_64.tar.xz -O- | \
71
68
tar xJvf - shellcheck-v$SHELLCHECK_VERSION/shellcheck && \
72
69
mv shellcheck-v$SHELLCHECK_VERSION/shellcheck /bin && \
You can’t perform that action at this time.
0 commit comments