diff --git a/Dockerfile b/Dockerfile index 80df757..3815d86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:latest -LABLE maintainer="Alpha" +LABEL maintainer="Alpha" RUN apt-get update && \ apt-get install -y wget mono-runtime libsqlite3-dev screen && \