Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions Dockerfile.os
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,14 @@ FROM debian:jessie

MAINTAINER darin.tracy@hcl.com

RUN apt-get update -qy
RUN apt-get update && apt-get upgrade && apt-get dist-upgrade

RUN groupadd informix -g 200
RUN useradd -m -g informix -u 200 informix -s /bin/bash


RUN apt-get -y install net-tools
RUN apt-get -y install libaio1 bc libncurses5 ncurses-bin libpam0g
RUN apt-get -y install libncurses5-dev libelf1
RUN apt-get -y install net-tools libaio1 bc libncurses5 ncurses-bin libpam0g libncurses5-dev libelf1 vim sudo curl jq
#RUN apt-get -y install openssh-server
RUN apt-get -y install vim
RUN apt-get -y install sudo
RUN apt-get -y install curl
RUN apt-get -y install jq


#RUN apt-get install -y openjdk-7-jre
#RUN apt-get -y install openjdk-8-jdk


RUN echo "informix ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
RUN echo "informix:in4mix" | chpasswd