added /usr/games to path

This commit is contained in:
Hemna 2024-01-08 22:56:45 +00:00
parent 682e138ec2
commit 026a64c003
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ RUN mkdir /config
RUN chown -R appuser:appgroup /app
RUN chown -R appuser:appgroup /config
USER appuser
RUN echo "PATH=\$PATH:/usr/games" >> /app/.bashrc
RUN which aprsd
RUN aprsd sample-config > /config/aprsd.conf

View File

@ -40,6 +40,7 @@ RUN mkdir /config
RUN chown -R appuser:appgroup /app
RUN chown -R appuser:appgroup /config
USER appuser
RUN echo "PATH=\$PATH:/usr/games" >> /app/.bashrc
RUN which aprsd
RUN aprsd sample-config > /config/aprsd.conf