Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user