mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update Dockerfile
This commit is contained in:
parent
c3b9f41dcb
commit
5a1a485008
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ RUN \
|
||||||
apt-get -y upgrade && \
|
apt-get -y upgrade && \
|
||||||
apt-get install -y build-essential && \
|
apt-get install -y build-essential && \
|
||||||
apt-get install -y software-properties-common && \
|
apt-get install -y software-properties-common && \
|
||||||
apt-get install -y byobu curl git htop man unzip vim wget && \
|
apt-get install -y curl git htop man unzip vim wget && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Add files.
|
# Add files.
|
||||||
ADD root/.bashrc /root/.bashrc
|
# ADD root/.bashrc /root/.bashrc
|
||||||
ADD root/.gitconfig /root/.gitconfig
|
ADD root/.gitconfig /root/.gitconfig
|
||||||
ADD root/.scripts /root/.scripts
|
ADD root/.scripts /root/.scripts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue