aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-03-30 15:37:58 +0000
committertobtoht <tob@featherwallet.org>2025-03-30 15:37:58 +0000
commitf903e0e447e23fc32871af7100de1ac55a7cf90e (patch)
tree8e834d744b940c67494d287e23f0d55b3adb002f
parent47f0047c9f7ec991abfabc89d4f1435a28bbedfc (diff)
parentb4b2ed3976418d1355886e422bdac53ef92651f5 (diff)
downloadmonzero-gui-f903e0e447e23fc32871af7100de1ac55a7cf90e.tar.gz
monzero-gui-f903e0e447e23fc32871af7100de1ac55a7cf90e.tar.xz
monzero-gui-f903e0e447e23fc32871af7100de1ac55a7cf90e.zip
Merge pull request #4428
b4b2ed39 Dockerfile: update Linux base image to 18.04 (selsta)
-rw-r--r--Dockerfile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index 7f795b68..b540f5ca 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,4 +1,4 @@
-FROM ubuntu:16.04
+FROM ubuntu:18.04
ARG THREADS=1
ARG QT_VERSION=v5.15.16-lts-lgpl
@@ -10,7 +10,7 @@ ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \
apt install -y automake autopoint bison gettext git gperf libgl1-mesa-dev libglib2.0-dev \
- libpng12-dev libpthread-stubs0-dev libsodium-dev libtool-bin libudev-dev libusb-1.0-0-dev mesa-common-dev \
+ libpng-dev libpthread-stubs0-dev libsodium-dev libtool-bin libudev-dev libusb-1.0-0-dev mesa-common-dev \
pkg-config python wget xutils-dev
RUN git clone -b xorgproto-2020.1 --depth 1 https://gitlab.freedesktop.org/xorg/proto/xorgproto && \