mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 15:09:10 -05:00
🐛 Upgrade gitpod docker file
This commit is contained in:
parent
afe4250ea9
commit
c3fe8c8ebd
1 changed files with 7 additions and 6 deletions
|
@ -12,17 +12,18 @@ RUN set -ex; \
|
||||||
brew install ghostscript; \
|
brew install ghostscript; \
|
||||||
brew install mailhog; \
|
brew install mailhog; \
|
||||||
brew install openldap; \
|
brew install openldap; \
|
||||||
brew install poppler-utils; \
|
brew install poppler; \
|
||||||
sudo mkdir -p /var/log/nginx; \
|
sudo mkdir -p /var/log/nginx; \
|
||||||
sudo chown gitpod:gitpod /var/log/nginx
|
sudo chown gitpod:gitpod /var/log/nginx
|
||||||
|
|
||||||
COPY docker/gitpod/files/nginx.conf /etc/nginx/nginx.conf
|
COPY files/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
ENV CLOJURE_VERSION=1.10.3.822 \
|
ENV NODE_VERSION=v16.17.0 \
|
||||||
CLJKONDO_VERSION=2021.03.31 \
|
CLOJURE_VERSION=1.11.1.1165 \
|
||||||
BABASHKA_VERSION=0.3.2 \
|
CLJKONDO_VERSION=2022.09.08 \
|
||||||
|
BABASHKA_VERSION=0.9.162 \
|
||||||
LANG=en_US.UTF-8 \
|
LANG=en_US.UTF-8 \
|
||||||
LC_ALL=en_US.UTF-8
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
|
@ -114,7 +115,7 @@ ENV PATH="/usr/lib/jvm/openjdk16/bin:/usr/local/nodejs/bin:$PATH" \
|
||||||
PENPOT_SMTP_TLS=false \
|
PENPOT_SMTP_TLS=false \
|
||||||
PENPOT_SMTP_DEFAULT_REPLY_TO=no-reply@example.com \
|
PENPOT_SMTP_DEFAULT_REPLY_TO=no-reply@example.com \
|
||||||
PENPOT_SMTP_DEFAULT_FROM=no-reply@example.com \
|
PENPOT_SMTP_DEFAULT_FROM=no-reply@example.com \
|
||||||
PENPOT_DATABASE_URI="postgresql://localhost/penpot"
|
PENPOT_DATABASE_URI="postgresql://localhost/penpot" \
|
||||||
PENPOT_REDIS_URI="redis://localhost/0"
|
PENPOT_REDIS_URI="redis://localhost/0"
|
||||||
|
|
||||||
# TODO Retrieve OpenLDAP from rroemhild/docker-test-openldap
|
# TODO Retrieve OpenLDAP from rroemhild/docker-test-openldap
|
||||||
|
|
Loading…
Add table
Reference in a new issue