From 84135a57c34757fce4aaac384f59238ed1d0ab9f Mon Sep 17 00:00:00 2001 From: Damir Ibragimov Date: Wed, 13 Sep 2023 20:25:53 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ce124b..d47f5cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN \ apt install -y golang && \ apt autoremove --purge -y && apt clean -y && \ cd /software && git clone https://github.com/arcanericky/totp.git && \ - make linux-amd64 && \ + cd totp && make linux-amd64 && \ cd ./bin && ln -s ./totp-linux-amd64 /usr/local/bin ENV PATH=$PATH:/usr/local/bin