This website requires JavaScript.
Explore
Help
Sign In
waja
/
test-action-debian-package
Watch
1
Star
0
Fork
You've already forked test-action-debian-package
0
forked from
waja/action-debian-package
Code
Pull requests
1
Actions
Activity
47f8afc0a7
test-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"
]
Copy permalink