Compare commits

..

1 Commits

Author SHA1 Message Date
Geoff Bourne f9b8db0715 Merged master 2021-01-06 22:14:46 -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>"
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -y \
openjdk-8-jre-headless \
imagemagick \
gosu \
sudo \