Skip to content

Commit

Permalink
Reduce size of k8s.gcr.io/service-apis-mkdocs docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jan 11, 2020
1 parent 1c56aef commit b0e4219
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions mkdocs.dockerfile
Expand Up @@ -11,8 +11,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:buster
RUN apt-get update
RUN apt-get install -y python-pip
RUN pip install mkdocs
RUN pip install mkdocs-material
FROM alpine:3.11

RUN apk add -U --no-cache \
python3 \
bash \
diffutils \
&& pip3 install mkdocs \
&& pip3 install mkdocs-material

0 comments on commit b0e4219

Please sign in to comment.