From 3454c3bedddfc1cce1d234627c4cceff134e6928 Mon Sep 17 00:00:00 2001 From: xieve <20223093+xieve@users.noreply.github.com> Date: Sun, 12 Jun 2022 20:09:44 +0200 Subject: [PATCH] Fix #3 --- other/StandardBytecodeGenerator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/StandardBytecodeGenerator/Dockerfile b/other/StandardBytecodeGenerator/Dockerfile index ebca3c7..b217e77 100644 --- a/other/StandardBytecodeGenerator/Dockerfile +++ b/other/StandardBytecodeGenerator/Dockerfile @@ -1,7 +1,7 @@ # docker build . -t pydecipher/sbg # docker run --volume "$(pwd):/bc" pydecipher/sbg 2.7.15 -FROM ubuntu +FROM ubuntu:18.04 ENV DEBIAN_FRONTEND noninteractive