-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b23d20b
commit f5ff719
Showing
5 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.