diff --git a/Dockerfile b/Dockerfile index 3eb7c37..0fe588a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM ubuntu:22.04 +RUN apt update -y + COPY build/birdbot /usr/bin/birdbot VOLUME /etc/birdbot