We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ba9d0 commit 8ea3a9bCopy full SHA for 8ea3a9b
other/sovreign-compute/docker/Dockerfile
@@ -6,6 +6,8 @@ COPY install*.sh /sovreign/
6
COPY pdf*.sh /usr/local/bin/
7
COPY .gotty /root/.gotty
8
9
+ENV HOME=/root
10
+
11
RUN /bin/sh /sovreign/install_utilities.sh && \
12
/bin/sh /sovreign/install_tailscale.sh && \
13
/bin/sh /sovreign/install_go.sh && \
other/sovreign-compute/docker/install_utilities.sh
@@ -10,7 +10,7 @@ apt-get install -yq \
imagemagick \
jq \
nano \
- poppler-tools \
+ poppler-utils \
14
procps \
15
qpdf \
16
sudo \
0 commit comments