Skip to content
Snippets Groups Projects
Commit daa7daa2 authored by Grzegorz Bizon's avatar Grzegorz Bizon Committed by Grzegorz Bizon
Browse files

Install psmisc in GDK Dockerfile

parent f02f1263
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,8 +36,10 @@ test:install:
- cd /home/gdk
- gdk init
- cd gitlab-development-kit
- netstat -lpt
- gdk install
- support/set-gitlab-upstream
- killall node
- gdk run &
- sleep 10
- curl -f http://127.0.0.1:3000/
Loading
Loading
Loading
Loading
@@ -21,11 +21,15 @@ RUN apt-get install -y git postgresql postgresql-contrib libpq-dev redis-server
libicu-dev cmake g++ nodejs libkrb5-dev golang ed pkg-config libsqlite3-dev \
libreadline-dev npm sudo nodejs-legacy
 
# Install rbenv
# GDK tools
RUN apt-get install -y net-tools psmisc
 
RUN adduser --disabled-password --gecos "" gdk
# Add GDK user
RUN useradd --user-group --create-home gdk
 
USER gdk
# Install rbenv
RUN git clone https://github.com/sstephenson/rbenv.git /home/gdk/.rbenv
RUN echo 'export PATH="/home/gdk/.rbenv/bin:$PATH"' >> /home/gdk/.bash_profile
RUN echo 'eval "$(rbenv init -)"' >> /home/gdk/.bash_profile
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment