mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-10 13:39:33 -04:00
Added more libs for Dockerfile-dev
This commit is contained in:
parent
ccd564a52e
commit
ad004633de
@ -17,7 +17,8 @@ RUN set -ex \
|
||||
# Upgrade the package index and install security upgrades
|
||||
&& apt-get update \
|
||||
&& apt-get upgrade -y \
|
||||
&& apt-get install -y git build-essential curl vim \
|
||||
&& apt-get install -y git build-essential curl vim libffi-dev \
|
||||
python3-dev libssl-dev libxml2-dev libxslt-dev \
|
||||
# Install dependencies
|
||||
# Clean up
|
||||
&& apt-get autoremove -y \
|
||||
|
Loading…
Reference in New Issue
Block a user