mirror of
https://github.com/containers/skopeo.git
synced 2025-06-29 16:17:44 +00:00
Dockerfile: remove inline comments
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
4620d5849c
commit
3dcdb1ff7d
@ -1,10 +1,8 @@
|
|||||||
FROM fedora
|
FROM fedora
|
||||||
|
|
||||||
RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-go-md2man \
|
RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-go-md2man \
|
||||||
# gpgme bindings deps
|
|
||||||
libassuan-devel gpgme-devel \
|
libassuan-devel gpgme-devel \
|
||||||
gnupg \
|
gnupg \
|
||||||
# registry v1 deps
|
|
||||||
xz-devel \
|
xz-devel \
|
||||||
python-devel \
|
python-devel \
|
||||||
python-pip \
|
python-pip \
|
||||||
@ -31,7 +29,6 @@ RUN set -x \
|
|||||||
&& rm -rf "$GOPATH" \
|
&& rm -rf "$GOPATH" \
|
||||||
&& export DRV1="$(mktemp -d)" \
|
&& export DRV1="$(mktemp -d)" \
|
||||||
&& git clone https://github.com/docker/docker-registry.git "$DRV1" \
|
&& git clone https://github.com/docker/docker-registry.git "$DRV1" \
|
||||||
# no need for setuptools since we have a version conflict with fedora
|
|
||||||
&& sed -i.bak s/setuptools==5.8//g "$DRV1/requirements/main.txt" \
|
&& sed -i.bak s/setuptools==5.8//g "$DRV1/requirements/main.txt" \
|
||||||
&& sed -i.bak s/setuptools==5.8//g "$DRV1/depends/docker-registry-core/requirements/main.txt" \
|
&& sed -i.bak s/setuptools==5.8//g "$DRV1/depends/docker-registry-core/requirements/main.txt" \
|
||||||
&& pip install "$DRV1/depends/docker-registry-core" \
|
&& pip install "$DRV1/depends/docker-registry-core" \
|
||||||
|
Loading…
Reference in New Issue
Block a user