mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-02 05:59:18 +01:00
6 lines
115 B
Docker
6 lines
115 B
Docker
|
FROM golang:1.6.2
|
||
|
|
||
|
RUN apt-get update \
|
||
|
&& apt-get install -y libldap2-dev \
|
||
|
&& rm -r /var/lib/apt/lists/*
|