mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
* Revert "Revert "Support svr host (#1853)" (#1860)"
This reverts commit de23c02c7c.
* Fix Apparmor
* Update apparmor.txt
13 lines
133 B
Docker
13 lines
133 B
Docker
ARG BUILD_FROM
|
|
FROM $BUILD_FROM
|
|
|
|
# Add env
|
|
ENV LANG C.UTF-8
|
|
|
|
# Setup base
|
|
RUN apk add --no-cache dnsmasq
|
|
|
|
# Copy data
|
|
COPY rootfs /
|
|
|