Skip to content

Commit

Permalink
LABEL comes after FROM
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Jul 30, 2024
1 parent 4d0045d commit 71673cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cirro requires tools only available with full ubuntu image
LABEL org.opencontainers.image.authors="[email protected],[email protected]"
FROM ubuntu:24.04
LABEL org.opencontainers.image.authors="[email protected],[email protected]"
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
Expand Down

0 comments on commit 71673cc

Please sign in to comment.