mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:53:28 +00:00
added dockerfile for building the libraries for linux
This commit is contained in:
10
extensions/armatak/Dockerfile
Normal file
10
extensions/armatak/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# build Golang app for Linux
|
||||||
|
FROM golang:1.20
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
# get gcc-multilib and gcc-mingw-w64
|
||||||
|
RUN apt update
|
||||||
|
RUN apt install -y gcc-multilib gcc-mingw-w64
|
||||||
|
|
||||||
|
CMD ["/bin/sh"]
|
||||||
Reference in New Issue
Block a user