mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 22:57:55 +03:00
Update Dockerfile
This commit is contained in:
parent
45f790b9fb
commit
c772752075
@ -11,3 +11,9 @@ RUN apt update -y && apt dist-upgrade -y && apt install -y --allow-unauthenticat
|
||||
#thank u, mac users. rolling back normal ZipStreammer
|
||||
RUN rm -fv /var/www/html/lib/private/Streamer.php
|
||||
ADD Streamer.php /var/www/html/lib/private/
|
||||
|
||||
#smb fix
|
||||
RUN rm -fv /etc/samba/smb.conf
|
||||
ADD smb.conf /etc/samba/
|
||||
RUN rm -fv /usr/share/samba/smb.conf
|
||||
ADD smb.conf /usr/share/samba/
|
||||
|
Loading…
x
Reference in New Issue
Block a user