mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-04 19:15:30 +00:00
Remove unnecessary build step (#1003)
The builder image does not need to cleanup itself, the whole purpose of it is to be dropped after the final artifacts are copied out.
This commit is contained in:
parent
b8ee91ab9a
commit
46e51f16cb
@ -65,14 +65,6 @@ RUN mkdir -p /app && \
|
||||
mkdir -p /app/configs && \
|
||||
cp -r /build/configs/docker_config.py /app/configs
|
||||
|
||||
# Cleanup
|
||||
RUN pip install pip-autoremove && \
|
||||
pip-autoremove cssmin -y && \
|
||||
pip-autoremove jsmin -y && \
|
||||
pip-autoremove pytest -y -L packaging && \
|
||||
pip uninstall -y pip-autoremove && \
|
||||
apk del ${BUILD_DEPENDENCIES}
|
||||
|
||||
# Build image
|
||||
FROM alpine:3.13
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user