1
0
Fork 0

Sync packages

master
dump_stack() 2019-07-09 11:34:02 +00:00
parent 2b58a0d604
commit 67af568555
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 12 additions and 5 deletions

View File

@ -11,14 +11,21 @@
mkdir -p /var/docker-fhs && cd /var/docker-fhs mkdir -p /var/docker-fhs && cd /var/docker-fhs
cat > Dockerfile <<EOF cat > Dockerfile <<EOF
FROM ubuntu:devel FROM ubuntu:disco
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt update && apt upgrade -y RUN apt update && apt upgrade -y && apt install -y wget gnupg
RUN echo 'deb http://apt.llvm.org/disco/ llvm-toolchain-disco main' \
>> /etc/apt/sources.list.d/llvm.list
RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add -
RUN apt update
RUN apt install -y git libssl-dev bison flex bc build-essential RUN apt install -y git libssl-dev bison flex bc build-essential
RUN apt install -y libelf-dev python python3 zsh repo RUN apt install -y libelf-dev python python3 zsh repo python3-pip
RUN apt install -y python3-pip python3-opencv RUN apt install -y python3-opencv meson ninja-build cmake clang-9
RUN apt install -y pkg-config binutils-dev libunwind-dev
RUN groupmod users -g 100 RUN groupmod users -g 100
RUN useradd user -u 1000 -g 100 -s /bin/zsh RUN useradd user -u 1000 -g 100 -s /bin/zsh

View File

@ -74,7 +74,7 @@ in {
go gnumake gcc clang clang-analyzer global go gnumake gcc clang clang-analyzer global
maven binutils-unwrapped openssl bison flex fop libxslt maven binutils-unwrapped openssl bison flex fop libxslt
cmake manpages unstable.gradle cargo rustc guile hydra cmake manpages unstable.gradle cargo rustc guile hydra
gitRepo rustfmt bazel ghc zlib gperf ccache opencv gitRepo rustfmt bazel ghc zlib gperf ccache opencv gotools
# re # re
radare2 radare2-cutter radare2 radare2-cutter