feat(dev): add gpg & ssh

Required for remote access.

Originally from the ZMK devcontainer Dockerfile.

See: 9b29f9b861
This commit is contained in:
innovaker 2020-11-26 14:21:58 +00:00
parent 52fe7ae11f
commit a633feee38

View File

@ -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 \