feat(dev): add gpg & ssh
Required for remote access.
Originally from the ZMK devcontainer Dockerfile.
See: 9b29f9b861
This commit is contained in:
parent
52fe7ae11f
commit
a633feee38
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user