Skip to content

Commit

Permalink
Patch tc-functions for tce-load (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
silver886 committed Jan 26, 2022
1 parent 3ffae9b commit 0c544f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,8 @@ RUN { \
for num in 0 1 2 3; do \
echo "server $num.boot2docker.pool.ntp.org"; \
done > etc/ntp.conf; \
rm -v etc/sysconfig/ntpserver
rm -v etc/sysconfig/ntpserver; \
sed -i "s|\$(grep '^VERSION_ID=' /etc/os-release)|VERSION_ID=12.0|g" etc/init.d/tc-functions

COPY files/forgiving-getty files/shutdown ./usr/local/sbin/

Expand Down

0 comments on commit 0c544f8

Please sign in to comment.