File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
- id : test
37
37
name : Test
38
38
run : |
39
- docker volume create usr-share-geoip
40
- docker run --rm --name geoipupdate -v usr-share-geoip:/usr/share/GeoIP -e GEOIPUPDATE_FREQUENCY=0 -e GEOIPUPDATE_ACCOUNT_ID='${{ secrets.GEOIPUPDATE_ACCOUNT_ID }}' -e GEOIPUPDATE_LICENSE_KEY='${{ secrets.GEOIPUPDATE_LICENSE_KEY }}' -e GEOIPUPDATE_EDITION_IDS='GeoLite2-City GeoLite2-Country' maxmindinc/geoipupdate
41
39
docker run --rm --name nginx gokaygurcan/nginx nginx -V
42
40
43
41
- id : login
Original file line number Diff line number Diff line change @@ -159,6 +159,8 @@ RUN set -ex && \
159
159
echo "✓" | tee /usr/local/nginx/html/index.html && \
160
160
# Diffie-Hellman
161
161
openssl dhparam -dsaparam -out /etc/nginx/dhparam.pem 4096 && \
162
+ # configure dynamic linker run-time bindings
163
+ ldconfig -v && \
162
164
# clean up
163
165
rm /etc/nginx/*.default && \
164
166
apt-get autoclean -yqq && \
You can’t perform that action at this time.
0 commit comments