Skip to content
Snippets Groups Projects
Unverified Commit 2f49515a authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[ci] manually upgrade golang-x-text-dev

parent 24a3f90e
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ RUN apt-get update && apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
dh-golang golang golang-golang-x-text-dev
RUN wget http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-x-text/golang-golang-x-text-dev_0.3.2-1_all.deb && \
dpkg -i golang-golang-x-text-dev_0.3.2-1_all.deb
# osx cross compiling
RUN git clone https://github.com/tpoechtrager/osxcross && \
cd osxcross/tarballs && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment