Skip to content

Commit 8ea3a9b

Browse files
committed
Corrected Docker container
1 parent 12ba9d0 commit 8ea3a9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

other/sovreign-compute/docker/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ COPY install*.sh /sovreign/
66
COPY pdf*.sh /usr/local/bin/
77
COPY .gotty /root/.gotty
88

9+
ENV HOME=/root
10+
911
RUN /bin/sh /sovreign/install_utilities.sh && \
1012
/bin/sh /sovreign/install_tailscale.sh && \
1113
/bin/sh /sovreign/install_go.sh && \

other/sovreign-compute/docker/install_utilities.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apt-get install -yq \
1010
imagemagick \
1111
jq \
1212
nano \
13-
poppler-tools \
13+
poppler-utils \
1414
procps \
1515
qpdf \
1616
sudo \

0 commit comments

Comments
 (0)