mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 17:08:32 +02:00
🎉 Update devenv: ubuntu:xenial->bionic, java: jdk8->jdk12 (zulu-openjdk).
This commit is contained in:
parent
08860e0f25
commit
4db8de8d9d
3 changed files with 23 additions and 19 deletions
|
@ -1,8 +1,7 @@
|
|||
FROM openjdk:8-jre
|
||||
FROM azul/zulu-openjdk:12
|
||||
LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
||||
|
||||
LABEL maintainer="Monogramm Maintainers <opensource at monogramm dot io>"
|
||||
|
||||
ENV CLOJURE_VERSION=1.10.0.442 \
|
||||
ENV CLOJURE_VERSION=1.10.1.469 \
|
||||
LANG=en_US.UTF-8 \
|
||||
LC_ALL=C.UTF-8
|
||||
|
||||
|
@ -10,6 +9,7 @@ RUN set -ex; \
|
|||
apt-get update -yq && \
|
||||
apt-get install -yq \
|
||||
curl \
|
||||
wget \
|
||||
rsync \
|
||||
git \
|
||||
imagemagick \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue