-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c72f2c6
commit 31bc0a1
Showing
1 changed file
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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 && \ | ||
|