mirror of
https://github.com/elyby/chrly.git
synced 2024-11-16 18:22:58 +05:30
Fixes SKINSYSTEM-3
This commit is contained in:
parent
d1b1f22a93
commit
74564b4747
@ -1,5 +1,9 @@
|
|||||||
FROM alpine:3.6
|
FROM alpine:3.6
|
||||||
|
|
||||||
|
RUN apk --update add ca-certificates \
|
||||||
|
&& update-ca-certificates \
|
||||||
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY docker/docker-entrypoint.sh /usr/local/bin/
|
COPY docker/docker-entrypoint.sh /usr/local/bin/
|
||||||
COPY docker/config.dist.yml /usr/local/etc/minecraft-skinsystem/
|
COPY docker/config.dist.yml /usr/local/etc/minecraft-skinsystem/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user