Skip to content

Commit

Permalink
Added stuf that's supposed to go here
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes authored and wolfy committed Mar 27, 2022
1 parent 0478f9e commit 5eeec30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
###########################################################
# setup default directories and configs
FROM shitwolfymakes/arm-dependencies AS base

# override at runtime to match user that ARM runs as local user
ENV RUN_AS_USER=true
ENV UID=1000
ENV GID=1000

WORKDIR /opt/arm

RUN \
mkdir -m 0777 -p /home/arm /home/arm/config /mnt/dev/sr0 /mnt/dev/sr1 /mnt/dev/sr2 /mnt/dev/sr3 && \
ln -sv /home/arm/config/arm.yaml /opt/arm/arm.yaml && \
Expand Down

0 comments on commit 5eeec30

Please sign in to comment.