diff --git a/Dockerfile b/Dockerfile index 4e30b7a..36ac73f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:20.04 as builder LABEL maintainer="Mate Soos" LABEL version="1.0" -LABEL Description="Approxmc" +LABEL Description="UniGen" # get curl, etc RUN apt-get update && apt-get install --no-install-recommends -y software-properties-common