From a633feee38fd2557bb52cf0596b936d018fb1084 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Thu, 26 Nov 2020 14:21:58 +0000 Subject: [PATCH] feat(dev): add gpg & ssh Required for remote access. Originally from the ZMK devcontainer Dockerfile. See: https://github.com/zmkfirmware/zmk/commit/9b29f9b861464a8a0eba78f25058cded118b84d5 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b8b9a2f..eea5487 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,6 +53,7 @@ RUN \ && apt-get -y install --no-install-recommends \ clang-format \ g++-multilib \ + gpg \ gpg-agent \ libsdl2-dev \ locales \ @@ -64,6 +65,7 @@ RUN \ python3-setuptools \ python3-tk \ python3-wheel \ + ssh \ wget \ xz-utils \ && pip3 install \