File tree 3 files changed +12
-0
lines changed 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ apk add --no-cache -U \
16
16
bash \
17
17
curl iputils \
18
18
git \
19
+ git-lfs \
19
20
jq \
20
21
mysql-client \
21
22
tzdata \
@@ -34,3 +35,6 @@ curl -fsSL -o /tmp/knock.tar.gz https://github.com/Metalcape/knock/releases/down
34
35
tar -xf /tmp/knock.tar.gz -C /usr/local/ && rm /tmp/knock.tar.gz
35
36
ln -s /usr/local/sbin/knockd /usr/sbin/knockd
36
37
setcap cap_net_raw=ep /usr/local/sbin/knockd
38
+
39
+ # Set git credentials
40
+ echo -e " [user]\n name = Minecraft Server on Docker\n email = server@example.com" >> /etc/gitconfig
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dnf install -y ImageMagick \
25
25
iputils \
26
26
curl \
27
27
git \
28
+ git-lfs \
28
29
jq \
29
30
dos2unix \
30
31
mysql \
@@ -47,3 +48,6 @@ curl -fsSL -o /tmp/knock.tar.gz https://github.com/Metalcape/knock/releases/down
47
48
tar -xf /tmp/knock.tar.gz -C /usr/local/ && rm /tmp/knock.tar.gz
48
49
ln -s /usr/local/sbin/knockd /usr/sbin/knockd
49
50
setcap cap_net_raw=ep /usr/local/sbin/knockd
51
+
52
+ # Set git credentials
53
+ echo -e " [user]\n name = Minecraft Server on Docker\n email = server@example.com" >> /etc/gitconfig
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ apt-get install -y \
16
16
iputils-ping \
17
17
curl \
18
18
git \
19
+ git-lfs \
19
20
jq \
20
21
dos2unix \
21
22
mysql-client \
@@ -37,3 +38,6 @@ tar -xf /tmp/knock.tar.gz -C /usr/local/ && rm /tmp/knock.tar.gz
37
38
ln -s /usr/local/sbin/knockd /usr/sbin/knockd
38
39
setcap cap_net_raw=ep /usr/local/sbin/knockd
39
40
find /usr/lib -name ' libpcap.so.0.8' -execdir cp ' {}' libpcap.so.1 \;
41
+
42
+ # Set git credentials
43
+ echo -e " [user]\n name = Minecraft Server on Docker\n email = server@example.com" >> /etc/gitconfig
You can’t perform that action at this time.
0 commit comments