Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Changelog # Changelog
## [0.1.0](https://git.zhirov.kz/alexander/appimage-builder-docker/commit/0ceb257fc7d7e2c0c48db5650bc6c22706dbbac4) - 2024-05-24 ## [0.1.0] - 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"]