Compare commits

..

1 Commits

Author SHA1 Message Date
Geoff Bourne a916cc8320 Auto-merging via docker-versions-create 2020-12-15 14:00:27 -06:00
+2 -1
View File
@@ -1,10 +1,11 @@
FROM adoptopenjdk:latest FROM ubuntu:18.04
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>" LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
RUN apt-get update \ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \ && DEBIAN_FRONTEND=noninteractive \
apt-get install -y \ apt-get install -y \
openjdk-8-jre-headless \
imagemagick \ imagemagick \
gosu \ gosu \
curl wget \ curl wget \