Compare commits

..

No commits in common. "bc24735fcaee663282e72c261a3bca1bd905c7bc" and "0d2362f2e3ed510aec45ec12f84cd8e96eb499de" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Changelog # Changelog
## [0.1.0] - 2024-05-24 ## [0.1.0](https://git.zhirov.kz/alexander/appimage-builder-docker/commit/0ceb257fc7d7e2c0c48db5650bc6c22706dbbac4) - 2024-05-24
### Added ### Added
- Релиз - Релиз

View file

@ -10,5 +10,5 @@ RUN apk add --no-cache binutils rpm2cpio bash fuse wget patch file desktop-file-
chmod +x appimagetool-x86_64.AppImage runtime-x86_64 && \ chmod +x appimagetool-x86_64.AppImage runtime-x86_64 && \
mkdir /input /output /cache mkdir /input /output /cache
VOLUME /input /output /cache VOLUME /input /output /cache
ENV PATH=$PATH:/appimage-builder/src ENV PATH $PATH:/appimage-builder/src
ENTRYPOINT ["build"] ENTRYPOINT ["build"]