From 3778dbefb19418c57818858e003e4f593a2263a3 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 23 Oct 2018 14:03:18 +0200 Subject: [PATCH] Use the latest version in the docker image.. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f69e54..6ebe3ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM wiiulegacy/core:0.1 MAINTAINER Maschell -RUN git clone https://github.com/Maschell/dynamic_libs -b lib && cd dynamic_libs && git checkout v0.1 +RUN git clone https://github.com/Maschell/dynamic_libs -b lib && cd dynamic_libs WORKDIR dynamic_libs RUN rm -rf $DEVKITPRO/portlibs && 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}