diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index fada08a..688187b 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -161,7 +161,7 @@ RUN echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null RUN apt-get update -RUN apt-get -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin menulibre python3-pip keychain +RUN apt-get -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin menulibre python3-pip keychain python3.8-venv strace RUN npm -g install sass yuglify