-
Notifications
You must be signed in to change notification settings - Fork 0
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
6794b2f
commit cfa0d38
Showing
1 changed file
with
1 addition
and
1 deletion.
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,7 +6,7 @@ LABEL maintainer="IASC [email protected]" | |
ENV RVM_USER root | ||
ENV RVM_GROUP rvm | ||
|
||
ENV RVM_DEPS openjdk-17-jdk-headless bzip2 apt-utils gawk g++ gcc autoconf automake bison git curl gnupg2 htop procps apache2-utils make pkg-config sqlite3 libgmp-dev | ||
ENV RVM_DEPS openjdk-17-jdk-headless bzip2 apt-utils gawk g++ gcc autoconf automake bison git curl gnupg2 htop procps apache2-utils make pkg-config sqlite3 libgmp-dev vim | ||
ENV RVM_DEPS_DEV libc6-dev libffi-dev libgdbm-dev libncurses5-dev libsqlite3-dev libssl-dev libreadline6-dev zlib1g-dev libtool libyaml-dev | ||
|
||
# update package lists | ||
|