diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 8063f06..236c0b0 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:latest LABEL org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.source="https://github.com/rstats-on-nix/Docker" \ org.opencontainers.image.vendor="RStats on Nix" \ - org.opencontainers.image.ref.name:"rix" \ + org.opencontainers.image.ref.name="rix" \ org.opencontainers.image.authors="Bruno Rodrigues , Philipp Baumann " RUN apt update -y