mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-04 23:24:55 -04:00
Refactor utils usage
This patch separates out the config from the utils.py utils.py has grown into a catchall for everything and this patch is the start of that cleanup.
This commit is contained in:
+1
-1
@@ -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.3.0
|
||||
RUN /usr/local/bin/pip3 install aprsd==2.3.1
|
||||
|
||||
# Ensure /config is there with a default config file
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user