Skip to content
Snippets Groups Projects

Update Dockerfile

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading