Verified Commit 2b20993b authored by uda's avatar uda

Be secure?

parent 15e0777d
Pipeline #88 failed with stage
in 5 minutes and 47 seconds
......@@ -6,7 +6,7 @@ default:
before_script:
- docker info
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
variables:
DOCKER_HOST: tcp://localhost:2375
......
......@@ -15,7 +15,7 @@ RUN apt-get update \
gcc \
make \
libperl5.22 \
&& curl -L http://cpanmin.us | perl - --self-upgrade \
&& curl -L https://cpanmin.us/ | perl - --self-upgrade \
&& cpanm --notest MediaWiki::Bot \
&& apt-get remove -y --purge \
curl \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment