3 lines
47 B
Docker
3 lines
47 B
Docker
FROM alpine:latest
|
|
RUN apk add samba-dc tzdata
|
FROM alpine:latest
|
|
RUN apk add samba-dc tzdata
|