blueprints.git

commit 1876b3603c951556c141ed54a61398b016e83369

Author: Adam <git@apiote.xyz>

fix awk

 szczanieckiej/Dockerfile | 2 +-


diff --git a/szczanieckiej/Dockerfile b/szczanieckiej/Dockerfile
index 075bf8fc9dab34463011f572dae7286030bca4d9..fd4736e407bf89d201bb9d00ff8ddf00c52b3ced 100644
--- a/szczanieckiej/Dockerfile
+++ b/szczanieckiej/Dockerfile
@@ -1,5 +1,5 @@
 FROM alpine
-RUN apk add git plan9port go openssh-client nawk
+RUN apk add git plan9port go openssh-client mawk
 RUN ln -s /usr/lib/plan9/bin/mk /usr/bin/mk
 RUN git clone https://git.sr.ht/~sircmpwn/go-bare
 WORKDIR go-bare