Sign in
◑
Theme
foss-fpga-tools
/
third_party
/
nextpnr
/
refs/heads/ci/preliminary
/
.
/
.circleci
/
env
/
Dockerfile
blob: 7eb4d7d91c6a57f20ca3191f336b40b5133f7551 [
file
] [
edit
]
FROM ubuntu
:
xenial
-
20180808
# Install system dependencies.
RUN
set
-
e
-
x
;
\
apt
-
get
-
y update
;
\
apt
-
get
-
y upgrade
;
\
apt
-
get
-
y install build
-
essential qtbase5
-
dev cmake python3
-
dev \
libboost
-
all
-
dev git pkg
-
config libftdi
-
dev lcov