Remove apt-get reference from armhf dockerfile

This commit is contained in:
TheSpad 2023-02-11 20:22:45 +00:00
parent 48f679e915
commit db9dc83d2e
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -35,12 +35,8 @@ RUN \
echo "**** save docker image version ****" && \
echo "${VERSION}" > /etc/docker-image && \
echo "**** cleanup ****" && \
apt-get clean && \
rm -rf \
/tmp/* \
/var/lib/apt/lists/* \
/var/tmp/* \
/var/log/*
/tmp/*
# add local files
COPY root/ /