0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 04:49:03 -05:00

🐛 Add missing tmux to develop image

This commit is contained in:
mathieu.brunot 2019-02-17 00:57:15 +01:00
parent 3f8c206104
commit 86105ee7a2
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -13,13 +13,11 @@ RUN set -ex; \
apt-get install -yq \ apt-get install -yq \
bash \ bash \
git \ git \
vim \
openjdk-8-jdk \ openjdk-8-jdk \
rlwrap \ rlwrap \
build-essential \ build-essential \
imagemagick \ imagemagick \
webp \ webp \
sudo \
; \ ; \
mkdir -p /etc/resolvconf/resolv.conf.d; \ mkdir -p /etc/resolvconf/resolv.conf.d; \
echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/tail; \ echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/tail; \
@ -53,6 +51,9 @@ RUN set -ex; \
apt-get install -yq \ apt-get install -yq \
postgresql-9.6 \ postgresql-9.6 \
postgresql-contrib-9.6 \ postgresql-contrib-9.6 \
sudo \
tmux \
vim \
; ;
COPY files/pg_hba.conf /etc/postgresql/9.6/main/pg_hba.conf COPY files/pg_hba.conf /etc/postgresql/9.6/main/pg_hba.conf