Skip to content

Commit

Permalink
add alpine-core box
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Jun 16, 2024
1 parent 5dfe916 commit 06c19d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions box/preview/alpine-core.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
kind: box/v1
name: alpine-core
tags:
- preview
- official
image:
repository: hckops/alpine-core
version: latest
shell: /bin/bash
network:
ports:
- vnc:5900
- novnc:6080
2 changes: 1 addition & 1 deletion docker/alpine-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ CMD ["supervisord", "-c", "/etc/supervisord.conf", "-n"]

# update configs
COPY .bashrc .vimrc /root/
RUN sed -i 's/root:\/bin\/ash/root:\/bin\/bash/' /etc/passwd
RUN sed -i 's/\/bin\/sh/\/bin\/bash/;s/\/bin\/ash/\/bin\/bash/' /etc/passwd

0 comments on commit 06c19d6

Please sign in to comment.