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:
parent
3f8c206104
commit
86105ee7a2
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue