diff options
author | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-15 22:18:53 +0000 |
---|---|---|
committer | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-15 22:18:53 +0000 |
commit | 2c3c989480a0b0acba853aefaa23ade6f7bd06be (patch) | |
tree | a1d98686a01fabfd1836177fa65665f2f74e8165 /Dockerfile | |
parent | bda0879199f5cecda3b71b1273784775bf8621b7 (diff) | |
download | waybar-mpris-2c3c989480a0b0acba853aefaa23ade6f7bd06be.tar.gz waybar-mpris-2c3c989480a0b0acba853aefaa23ade6f7bd06be.zip |
oops, forgot to add python
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 9e5a2f7..0000000 --- a/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM golang:latest - -COPY . /opt/build - -RUN cd /opt/build && go build *.go - |