Removed improperly merged apk call

This commit is contained in:
Geoff Bourne 2020-07-18 19:29:49 -05:00
parent 8b5552bb62
commit 6462e1580c

View File

@ -2,9 +2,6 @@ FROM ubuntu:18.04
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
# upgrade all packages since alpine jre8 base image tops out at 8u212
RUN apk -U --no-cache upgrade
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -y \