1
0
Fork 0
mirror of synced 2024-08-18 03:21:29 +12:00

Merge pull request #10476 from Budibase/shogunpurple-patch-1

Update Dockerfile
This commit is contained in:
Martin McKeaveney 2023-05-03 16:51:23 +01:00 committed by GitHub
commit 4eca5312a7
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ EXPOSE 5984
RUN apt-get update && apt-get install -y --no-install-recommends software-properties-common wget unzip curl && \
apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main' && \
apt-add-repository 'deb http://archive.debian.org/debian stretch-backports main' && \
apt-get update && apt-get install -y --no-install-recommends openjdk-8-jre && \
rm -rf /var/lib/apt/lists/

View file

@ -33,6 +33,7 @@ COPY --from=build /worker /worker
RUN apt-get update && \
apt-get install -y --no-install-recommends software-properties-common nginx uuid-runtime redis-server && \
apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main' && \
apt-add-repository 'deb http://archive.debian.org/debian stretch-backports main' && \
apt-get update
# install other dependencies, nodejs, oracle requirements, jdk8, redis, nginx