Sign in
foss-fpga-tools
/
third_party
/
verible
/
b22d9c84a7927ad1a7c8185ae5b3f771098ca060
/
.
/
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