aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/gitpod/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/gitpod/Dockerfile')
-rw-r--r--support/docker/gitpod/Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/support/docker/gitpod/Dockerfile b/support/docker/gitpod/Dockerfile
index e18c392bf..1f9e80e3c 100644
--- a/support/docker/gitpod/Dockerfile
+++ b/support/docker/gitpod/Dockerfile
@@ -9,7 +9,3 @@ RUN sudo apt-get update -q && sudo apt-get install -qy \
9 ffmpeg \ 9 ffmpeg \
10 openssl \ 10 openssl \
11 redis-server 11 redis-server
12
13# Set up PostgreSQL.
14COPY --chown=gitpod:gitpod support/docker/gitpod/setup_postgres.sql /tmp/
15RUN pg_start && psql -h localhost -d postgres --file=/tmp/setup_postgres.sql && pg_stop