From 1cc99c090e799d425c20c02c60dc4576ec661ee2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=B0?=
 =?UTF-8?q?=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= <zimniy@cyberbrain.pw>
Date: Sat, 26 Jun 2021 09:54:02 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 69c6fa0..331d232 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,7 +22,7 @@ RUN apk --no-cache add python3 && \
         pywinrm \
         patch \
         && \
-    apk del build-dependencies && \
+    #apk del build-dependencies && \
     rm -rf /var/cache/apk/*
 
 FROM registry.cyberbrain.pw/docker/alpine:latest AS runtime
-- 
GitLab