Sign in
android
/
platform
/
external
/
bcc
/
992e482b5d06c58888b3821a96a41e48aff678d0
/
.
/
Dockerfile.ubuntu
blob: 71d025d521520136c0274d8f3d186d78431da35e [
file
] [
log
] [
blame
]
FROM ubuntu
:
bionic
MAINTAINER
Brenden
Blanco
<
bblanco@gmail
.
com
>
RUN apt
-
get
-
qq update
&&
\
apt
-
get
-
y install pbuilder aptitude
COPY
.
/ /
root
/
bcc
WORKDIR
/
root
/
bcc
RUN
/
usr
/
lib
/
pbuilder
/
pbuilder
-
satisfydepends
&&
\
./
scripts
/
build
-
deb
.
sh