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 \ && apt-get -y install --no-install-recommends \
clang-format \ clang-format \
g++-multilib \ g++-multilib \
gpg \
gpg-agent \ gpg-agent \
libsdl2-dev \ libsdl2-dev \
locales \ locales \
@ -64,6 +65,7 @@ RUN \
python3-setuptools \ python3-setuptools \
python3-tk \ python3-tk \
python3-wheel \ python3-wheel \
ssh \
wget \ wget \
xz-utils \ xz-utils \
&& pip3 install \ && pip3 install \