Skip to content

Commit

Permalink
[Dockerfile] Clean up dated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Nov 3, 2020
1 parent c72f2c6 commit 31bc0a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# Please note that it'll use about 1.2 GB disk space and about 15 minutes to
# build this image, it depends on your hardware.

# Use Ubuntu Trusty Tahr as base image as we're using on Travis CI
# I also tested with Ubuntu 16.04, should be good with it!
FROM ubuntu:16.04
LABEL maintainer="Peter Dave Hello <[email protected]>"
LABEL name="nvm-dev-env"
Expand Down Expand Up @@ -66,7 +64,6 @@ RUN apt update && \
bash-completion && \
apt-get clean

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

0 comments on commit 31bc0a1

Please sign in to comment.