This website requires JavaScript.
Explore
Help
Sign In
waja
/
action-debian-package
Watch
1
Star
0
Fork
You've already forked action-debian-package
1
Code
Issues
Pull requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
9e6ff7644d
action-debian-package
/
Dockerfile
8 lines
78 B
Docker
Raw
Normal View
History
Unescape
Escape
init
2020-03-25 22:13:26 +00:00
FROM
docker
Initial commit
2020-03-25 21:27:56 +00:00
Dockerfile: install dpkg-dev package first needed for dpkg-parsechangelog command
2020-03-25 22:20:17 +00:00
RUN
apk -U add dpkg-dev
init
2020-03-25 22:13:26 +00:00
COPY
main.sh /
Initial commit
2020-03-25 21:27:56 +00:00
init
2020-03-25 22:13:26 +00:00
ENTRYPOINT
[
"/main.sh"
]
Reference in a new issue
Copy permalink