We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6dfb7 commit b6d9fe9Copy full SHA for b6d9fe9
Dockerfile.aarch64
@@ -20,7 +20,7 @@ ENV HOME="/config" \
20
DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES=*
21
22
RUN \
23
- echo "**** install pockages ****" && \
+ echo "**** install packages ****" && \
24
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && \
25
apt-get update && \
26
apt-get install -y \
0 commit comments