Skip to content

Commit

Permalink
stripping out user stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Apr 26, 2022
1 parent 03d7670 commit b76d216
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# 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

RUN \
mkdir -m 0777 -p /home/arm /home/arm/config /mnt/dev/sr0 /mnt/dev/sr1 /mnt/dev/sr2 /mnt/dev/sr3 && \
echo "/dev/sr0 /mnt/dev/sr0 udf,iso9660 users,noauto,exec,utf8,ro 0 0" >> /etc/fstab && \
Expand Down

0 comments on commit b76d216

Please sign in to comment.