Skip to content

Commit 31bc0a1

Browse files
[Dockerfile] Clean up dated comment
1 parent c72f2c6 commit 31bc0a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Please note that it'll use about 1.2 GB disk space and about 15 minutes to
77
# build this image, it depends on your hardware.
88

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!
119
FROM ubuntu:16.04
1210
LABEL maintainer="Peter Dave Hello <[email protected]>"
1311
LABEL name="nvm-dev-env"
@@ -66,7 +64,6 @@ RUN apt update && \
6664
bash-completion && \
6765
apt-get clean
6866

69-
# ShellCheck with Ubuntu 14.04 container workaround
7067
RUN wget https://github.com/koalaman/shellcheck/releases/download/v$SHELLCHECK_VERSION/shellcheck-v$SHELLCHECK_VERSION.linux.x86_64.tar.xz -O- | \
7168
tar xJvf - shellcheck-v$SHELLCHECK_VERSION/shellcheck && \
7269
mv shellcheck-v$SHELLCHECK_VERSION/shellcheck /bin && \

0 commit comments

Comments
 (0)