Skip to content

Commit

Permalink
added docker hub link
Browse files Browse the repository at this point in the history
  • Loading branch information
strangesast committed Dec 17, 2020
1 parent b23d20b commit f5ff719
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
12 changes: 5 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
arg image=debian:buster-slim
from ${image}
#from debian:buster-slim
#from python:3-slim-buster
ARG image=debian:buster-slim
FROM ${image}

workdir /tmp/
copy libfwlib32* fwlib32.h install.sh ./
WORKDIR /tmp/
COPY libfwlib32* fwlib32.h scripts/install.sh ./

run ./install.sh
RUN ./install.sh
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Fanuc FOCAS Library
[![Docker Hub](https://img.shields.io/docker/v/strangesast/fwlib?sort=date)](https://hub.docker.com/r/strangesast/fwlib)
Header and runtime files for CNC communication

An example of its use can be found in `example/`
2 changes: 1 addition & 1 deletion example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ from strangesast/fwlib as base

from base as builder

copy build-deps.sh /tmp/
copy scripts/build-deps.sh /tmp/
run /tmp/build-deps.sh

workdir /usr/src/app
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f5ff719

Please sign in to comment.