This website works better with JavaScript.
Home
Help
Sign In
veonik
/
squircy3
mirror of
https://github.com/veonik/squircy3
Watch
1
Star
0
Fork
0
Code
Issues
Releases
2
Wiki
Activity
Browse Source
Add packr2 to Dockerfile build step
master
v0.10.0
Tyler Sommer
4 months ago
parent
7e010c7af3
commit
c6e17a4bbe
Signed by:
tyler-sommer
GPG Key ID:
C09C010500DBD008
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Dockerfile
+ 3
- 0
Dockerfile
View File
@ -6,6 +6,9 @@ WORKDIR /squircy
COPY
. .
RUN
go get -v github.com/gobuffalo/packr/v2/...
&&
\
go install github.com/gobuffalo/packr/v2
RUN
go get -v ./...
RUN
make clean all
RACE
=
${
race
}
Write
Preview
Loading…
Cancel
Save