This commit is contained in:
Chris Humphries 2021-09-14 20:34:52 -04:00
parent 749b052db8
commit f4cd1991be

View File

@ -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 \