Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
cn-tsn
smbpasswd
Commits
dadd1fad
Commit
dadd1fad
authored
Oct 07, 2020
by
Thomas Spitzlei
Browse files
Add new file
parent
d2fac799
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
dadd1fad
FROM
debian:stable-slim
RUN
apt-get update
&&
apt-get
install
-y
\
samba-common-bin
&&
apt-get clean
&&
\
apt-get autoremove
&&
rm
-rf
/var/lib/apt/lists/
*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment