Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
acdh-ch authored Oct 7, 2023
1 parent 1793455 commit 5831795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ubuntu:18.04
FROM azul/zulu-openjdk-debian:8-latest
MAINTAINER Mateusz Żółtak <[email protected]>

# install software
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i -e 's~http://archive~http://at.archive~' /etc/apt/sources.list && \
apt-get update && apt-get dist-upgrade -y && \
apt-get install -y openjdk-8-jre-headless maven ant \
apt-get install -y maven ant \
supervisor links curl vim nano locales && \
apt-get clean

Expand All @@ -14,7 +14,7 @@ RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
ENV JAVA_HOME=/usr/lib/jvm/zulu8

COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf

Expand Down

0 comments on commit 5831795

Please sign in to comment.