summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-07-20 22:39:14 +0300
committerDonatas Abraitis <donatas@opensourcerouting.org>2023-07-20 22:39:14 +0300
commit27083f7885637143ca3a914b3c1391caec5ec231 (patch)
tree3fc64e333dd99d6f04b6759292b4657e3f71df44 /docker
parent3fed088e1bad574674229fe2649be532b97d7c3f (diff)
docker: Move Alpine dependency packages to APKBUILD file
Do not mix APKBUILD and Dockerfile when installing dependencies. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'docker')
-rw-r--r--docker/alpine/Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile
index 6268d83936..b8c79682b1 100644
--- a/docker/alpine/Dockerfile
+++ b/docker/alpine/Dockerfile
@@ -22,10 +22,6 @@ RUN source /src/alpine/APKBUILD.in \
--no-cache \
--update-cache \
$makedepends \
- gzip \
- py-pip \
- rtrlib \
- protobuf-c-dev \
&& pip install pytest
RUN mkdir -p /pkgs/apk
COPY . /src