Skip to content

Commit

Permalink
back to old code
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhedarV authored Sep 16, 2024
1 parent a27d9e6 commit bf06100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN if [[ "${PACKAGE_FILE}" == *.rpm ]]; then \
echo "Installing DEB package: ${PACKAGE_FILE}" && \
dpkg -i /tmp/${PACKAGE_FILE} || apt-get install -f -y; \
fi && \
# rm -f /tmp/${PACKAGE_FILE}
rm -f /tmp/${PACKAGE_FILE}

# Enable Systemctl (if needed)
RUN wget -cO - https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl3.py > /usr/local/share/systemctl3.py
Expand Down

0 comments on commit bf06100

Please sign in to comment.