Compare commits
2 commits
0d2362f2e3
...
bc24735fca
Author | SHA1 | Date | |
---|---|---|---|
bc24735fca | |||
2687c01b54 |
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
- Релиз
|
- Релиз
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue