mirror of
https://github.com/DomiStyle/docker-idrac6.git
synced 2024-12-22 05:45:22 +01:00
Cleanup Dockerfile
This commit is contained in:
parent
fac8ebbe3f
commit
0a4edb5b4c
11
Dockerfile
11
Dockerfile
@ -3,11 +3,12 @@ FROM jlesage/baseimage-gui:ubuntu-16.04
|
||||
ENV APP_NAME="iDRAC 6" \
|
||||
IDRAC_PORT=443
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install software-properties-common
|
||||
RUN add-apt-repository ppa:openjdk-r/ppa
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install openjdk-7-jdk
|
||||
RUN apt-get update && \
|
||||
apt-get install -y software-properties-common && \
|
||||
add-apt-repository ppa:openjdk-r/ppa && \
|
||||
apt-get update && \
|
||||
apt-get install -y openjdk-7-jdk && \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir /app && \
|
||||
chown ${USER_ID}:${GROUP_ID} /app
|
||||
|
Loading…
Reference in New Issue
Block a user