Skip to content

Commit a202565

Browse files
committed
add default dirs for auth
1 parent a671c22 commit a202565

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Dockerfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ RUN chmod +x ./kubectl
7575
RUN mv ./kubectl /usr/local/bin/kubectl
7676
RUN kubectl version --client
7777
RUN mkdir /usr/inferno-os/kubernetes
78-
78+
RUN mkdir /usr/inferno-os/keydb
79+
RUN mkdir -p /usr/inferno-os/mnt/keys
80+
RUN mkdir -p /usr/inferno-os/usr/root/keyring
81+
RUN mkdir -p /n/client
82+
RUN touch /usr/inferno-os/keydb/keys
83+
COPY profile /usr/inferno-os/lib/sh/profile
7984
ENTRYPOINT ["emu-g"]
8085

profile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
ndb/cs
2-
listen -A 'tcp!*!'32000 { export / }
3-
2+
ndb/dns

0 commit comments

Comments
 (0)