From 3cba6f1881d1627384079164f0cc79afd40a6b72 Mon Sep 17 00:00:00 2001 From: Layla Date: Sat, 1 Apr 2023 23:55:19 +0000 Subject: [PATCH] Fix TSL --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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