Skip to content

Commit 015593b

Browse files
authored
Merge pull request #302 from nextcloud/fix/awk-install
install correct awk package
2 parents b5cd29b + e0bed38 commit 015593b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Morris Jobke <[email protected]>
55
# Install python
66
RUN apt-get update -q && \
77
DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends \
8-
awk \
8+
gawk \
99
gettext \
1010
git \
1111
gnupg \

0 commit comments

Comments
 (0)