mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-21 23:55:17 -05:00
Updated Dockerfile to use v2.3.0
Upcoming release of aprsd is v2.3.0
This commit is contained in:
parent
9eff99dde7
commit
605911cb84
@ -28,7 +28,7 @@ RUN addgroup --gid $GID $APRS_USER
|
||||
RUN useradd -m -u $UID -g $APRS_USER $APRS_USER
|
||||
|
||||
# Install aprsd
|
||||
RUN /usr/local/bin/pip3 install aprsd==2.2.1
|
||||
RUN /usr/local/bin/pip3 install aprsd==2.3.0
|
||||
|
||||
# Ensure /config is there with a default config file
|
||||
USER root
|
||||
|
Loading…
Reference in New Issue
Block a user