0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -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 \
bash \
git \
vim \
openjdk-8-jdk \
rlwrap \
build-essential \
imagemagick \
webp \
sudo \
; \
mkdir -p /etc/resolvconf/resolv.conf.d; \
echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/tail; \
@ -53,6 +51,9 @@ RUN set -ex; \
apt-get install -yq \
postgresql-9.6 \
postgresql-contrib-9.6 \
sudo \
tmux \
vim \
;
COPY files/pg_hba.conf /etc/postgresql/9.6/main/pg_hba.conf