From f4cd1991becbbba61037106a98f19337b8d404ff Mon Sep 17 00:00:00 2001 From: Chris Humphries Date: Tue, 14 Sep 2021 20:34:52 -0400 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6edcbe2..bd540d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ FROM ubuntu:20.10 ENV LC_CTYPE C.UTF-8 ENV DEBIAN_FRONTEND=noninteractive -COPY dot_rrizinrc /root/.rizinrc +COPY dot_rizinrc /root/.rizinrc #COPY dot_bashrc /root/.bashrc RUN apt-get update && \ apt-get install -y build-essential jq strace ltrace curl wget rubygems gcc dnsutils netcat gcc-multilib net-tools \