Skip to content

Commit

Permalink
Remove docker dep from truenas
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Dec 28, 2022
1 parent c5db638 commit 0049cb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions debian/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Depends: acl,
cifs-utils,
collectd,
cpuid,
docker-ce,
docker-compose,
gdb,
glusterfs-server,
inadyn,
Expand Down
3 changes: 0 additions & 3 deletions debian/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ usermod -a -G dialout nut
# Usbhid-ups driver does not start and needs nut as the group for it's executable to correctly execute NAS-113642
chown root:nut /lib/nut/usbhid-ups

# We would like to disable docker-compose to prevent people from foot-shooting
chmod -x /usr/bin/docker-compose

# Copy to /conf/base
for bit in /etc/aliases /etc/group /etc/passwd /etc/syslog-ng/syslog-ng.conf; do
mkdir -p "$(dirname "/conf/base/$bit")"
Expand Down

0 comments on commit 0049cb1

Please sign in to comment.