mirror of
https://github.com/casjaysdevdocker/cherokee
synced 2025-01-18 12:34:38 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
9d73a82c28
commit
26098e2635
@ -43,6 +43,7 @@ RUN cd /tmp/build && \
|
|||||||
libtool && \
|
libtool && \
|
||||||
openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=US/ST=CA/L=CA/O=Cherokee/OU=Cherokee/CN=localhost" -keyout /etc/ssl/key.pem -out /etc/ssl/crt.pem && \
|
openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=US/ST=CA/L=CA/O=Cherokee/OU=Cherokee/CN=localhost" -keyout /etc/ssl/key.pem -out /etc/ssl/crt.pem && \
|
||||||
ln -sf /usr/local/share/cherokee/bin/* /usr/local/bin/ && \
|
ln -sf /usr/local/share/cherokee/bin/* /usr/local/bin/ && \
|
||||||
|
ln -sf /usr/local/share/cherokee/sbin/* /usr/local/sbin/ && \
|
||||||
mkdir -p /buildroot && \
|
mkdir -p /buildroot && \
|
||||||
cp -Rf "/usr/local/." "/buildroot/" && \
|
cp -Rf "/usr/local/." "/buildroot/" && \
|
||||||
rm -Rf /var/cache/apk/* /tmp/* /var/tmp/* /tmp/build /usr/src/*
|
rm -Rf /var/cache/apk/* /tmp/* /var/tmp/* /tmp/build /usr/src/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user