Commit Graph

15 Commits

Author SHA1 Message Date
Ameer Hamza Khan
9866a5d1c5 Added the ssh server as part of base image.
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-03 05:16:42 +00:00
Ameer Hamza Khan
56c1232e5c Added few more useful packages to the image.
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-10 09:10:20 +00:00
Ameer Hamza Khan
221f1fd369 Exchanged lsb-core with lsb-release because former isn't available on newer ubuntu version.
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-09 07:23:51 +00:00
Ameer Hamza Khan
e47e68dd3e Fixed the issue related to the timezones. Removed the tz setup inside the image. Now the host machine will set the tz. Also added a new variable USER_COMMAND_SETUP which will run after the SYS_COMMAND_INIT.
Some checks failed
continuous-integration/drone/push Build is failing
2024-10-09 07:14:40 +00:00
2696b9d7d5 Added git to the list of essential packages.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2024-01-17 12:19:15 +08:00
0800461a3f Also added symlinks for /etc/localtime
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-11 11:56:25 +08:00
b1a55bf0ba Added package to fix timezone issue.
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-11 11:46:21 +08:00
b25c90a79f Added a new useful package.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-11-09 13:33:27 +08:00
148ca97819 Added package software-properties-common. it is useful for many apt commands.
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-22 12:19:38 +08:00
63476fa2eb Added line in Dockerfile which allow non-root users to run sudo commands.
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-27 18:50:20 +08:00
ad7a2f55ad [Significant Changes] Added build_command.sh to simplify the .gitlab-ci.yml. Added LOG_FILE variable to make the enrypoing 'tail -f' command more useful. 2023-03-21 18:00:07 +08:00
b6b90e5368 Added support for locales. 2023-03-20 16:52:47 +08:00
0e84d4ccfb Configured the image to allow autocompletion i^Capt. Added few new packages. Changed entrypoint to CMD so that it can be overwridden from command line using docker run command 2023-03-19 14:09:42 +08:00
cfc3f1ec13 Added more network utilities. 2023-03-19 01:32:00 +08:00
e47266f5bd First commit. Everything working as intended. 2022-11-17 20:58:22 +08:00