Skip to content
Snippets Groups Projects
Commit 79902173 authored by Erick Hitter's avatar Erick Hitter
Browse files

Remove WP.org image before submoduling the now-independent repo

parent a1237f74
No related branches found
No related tags found
1 merge request!14Remove WP.org plugin-deploy image
FROM debian:stretch-slim
LABEL maintainer="ethitter"
LABEL version="1.0"
RUN echo "deb http://security.debian.org/ stretch/updates main" >> /etc/apt/sources.list
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
ca-certificates \
curl \
git \
rsync \
subversion \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment