From 3e78cc1955c12fcc7335da136d7b01102609acce Mon Sep 17 00:00:00 2001 From: Gabriel Esposito Date: Thu, 17 Dec 2020 20:42:39 -0500 Subject: [PATCH] added back clean --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4195094..8720206f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM ubuntu:20.04 # Install twister-core RUN apt-get update -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iproute2 git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iproute2 git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake && apt-get clean RUN git clone https://github.com/miguelfreitas/twister-core.git COPY . /twister-core RUN cd twister-core && \