Sign in
foss-fpga-tools
/
third_party
/
verible
/
de1451db099c723095c4863751faa3e7c9f525db
/
.
/
releasing
/
ubuntu.dockerfile
blob: dbf825a3989bda1243eb100e56b73a66f3457be9 [
file
] [
log
] [
blame
]
FROM ubuntu
:
VERSION
ENV DEBIAN_FRONTEND noninteractive
ENV TZ UTC
RUN apt
-
get
update
# Install basic tools
RUN apt
-
get
install
-
y \
curl \
file \
git \
gnupg \
lsb
-
release \
software
-
properties
-
common \
wget \
python3