tried to get command logging working, but differences in docker and normal environment makes it behave differently. Unsure what the deal is right now.

This commit is contained in:
sog
2020-04-18 11:08:29 -04:00
parent ffe6f44e15
commit bb30b82b72
3 changed files with 7 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ FROM ubuntu:19.10
ENV LC_CTYPE C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive
COPY dot_radare2rc /root/.radare2rc
COPY dot_bashrc /root/.bashrc
#COPY dot_bashrc /root/.bashrc
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y build-essential jq strace ltrace curl wget rubygems gcc dnsutils netcat gcc-multilib net-tools \