Skip to content

Commit 27a4ccd

Browse files
committed
Upgrade to 22.04 build.
Signed-off-by: Benjamin Perseghetti <[email protected]>
1 parent 9253b18 commit 27a4ccd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

navqplusbuilder/Dockerfile

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22
LABEL maintainer="Benjamin Perseghetti <[email protected]>"
33

44
# environment
@@ -32,15 +32,17 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
3232
libbz2-dev \
3333
libusb-1.0.0-dev \
3434
libz-dev \
35-
python \
36-
python2.7 \
3735
python3 \
3836
python3-pip \
3937
python3-pexpect \
38+
python-is-python3 \
4039
socat \
4140
texinfo \
4241
unzip \
43-
xz-utils
42+
xz-utils \
43+
libgnutls28-dev \
44+
efitools \
45+
git-lfs
4446

4547
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
4648
apt-get -y upgrade && \

0 commit comments

Comments
 (0)