mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 08:18:26 +02:00
misc: minor reorganization on devenv dockerfile
This commit is contained in:
parent
cff438eccc
commit
a43fc529e7
1 changed files with 16 additions and 16 deletions
|
@ -13,10 +13,11 @@ RUN set -ex; \
|
|||
locales \
|
||||
ca-certificates \
|
||||
wget \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
apt-get update -yq && \
|
||||
apt-get install -yq \
|
||||
sudo \
|
||||
tmux \
|
||||
vim \
|
||||
curl \
|
||||
zsh \
|
||||
bash \
|
||||
git \
|
||||
openjdk-8-jdk \
|
||||
|
@ -25,8 +26,7 @@ RUN set -ex; \
|
|||
imagemagick \
|
||||
webp \
|
||||
; \
|
||||
mkdir -p /etc/resolvconf/resolv.conf.d; \
|
||||
echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/tail;
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
RUN set -ex; \
|
||||
echo "deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main" >> /etc/apt/sources.list; \
|
||||
|
@ -35,12 +35,12 @@ RUN set -ex; \
|
|||
apt-get install -yq \
|
||||
postgresql-9.6 \
|
||||
postgresql-contrib-9.6 \
|
||||
sudo \
|
||||
tmux \
|
||||
vim \
|
||||
curl \
|
||||
zsh \
|
||||
;
|
||||
;\
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
RUN set -ex; \
|
||||
mkdir -p /etc/resolvconf/resolv.conf.d; \
|
||||
echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/tail;
|
||||
|
||||
COPY files/pg_hba.conf /etc/postgresql/9.6/main/pg_hba.conf
|
||||
COPY files/bashrc /root/.bashrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue