Update Dockerfile

This commit is contained in:
2023-09-13 20:25:53 +00:00
parent f7c7b65cae
commit 84135a57c3

View File

@@ -12,7 +12,7 @@ RUN \
apt install -y golang && \ apt install -y golang && \
apt autoremove --purge -y && apt clean -y && \ apt autoremove --purge -y && apt clean -y && \
cd /software && git clone https://github.com/arcanericky/totp.git && \ 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 cd ./bin && ln -s ./totp-linux-amd64 /usr/local/bin
ENV PATH=$PATH:/usr/local/bin ENV PATH=$PATH:/usr/local/bin