mirror of
https://github.com/goharbor/harbor
synced 2025-04-24 16:15:07 +00:00
6 lines
115 B
Docker
6 lines
115 B
Docker
FROM golang:1.7.3
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install -y libldap2-dev \
|
|
&& rm -r /var/lib/apt/lists/*
|