From 71673cc0bac49d71ef9126036f5a693b5b32e817 Mon Sep 17 00:00:00 2001 From: Chris Rosenthal Date: Tue, 30 Jul 2024 11:51:55 -0700 Subject: [PATCH] LABEL comes after FROM --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b052303..deab43a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Cirro requires tools only available with full ubuntu image -LABEL org.opencontainers.image.authors="ngh2@uw.edu,crosenth@uw.edu" FROM ubuntu:24.04 +LABEL org.opencontainers.image.authors="ngh2@uw.edu,crosenth@uw.edu" ENV DEBIAN_FRONTEND=noninteractive TZ="America/Los_Angeles" RUN apt-get update && \ apt-get upgrade --assume-yes && apt-get install --assume-yes r-base python3 python3-pip wget