mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 09:43:29 +00:00
removed unused docker file
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,11 +0,0 @@
|
|||||||
# 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