Skip to content

Commit eaa8c8e

Browse files
committed
Add SMB client installation to Dockerfile
1 parent adb7db7 commit eaa8c8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ RUN apk add openssh \
160160
&& cd /etc/ssh/ \
161161
&& ssh-keygen -A
162162

163+
# Add SMB Client
164+
RUN apk add --no-cache samba-client
165+
163166
# Add themes
164167
ADD plugins/themes /var/www/html/plugins/themes
165168

0 commit comments

Comments
 (0)