Sign inSign up

k3ck3c/simh_alpine

By k3ck3c

Updated almost 10 years ago

Image
0

1.2K

k3ck3c/simh_alpine repository overview

This image builds simh 4.0 from sources, and is 44,56 MB

The Dockerfile

FROM alpine:latest ENV GIT_SSL_NO_VERIFY true RUN apk --update add gcc libc-dev make libpcap-dev bridge-utils git iproute2
#&& git config --global http.sslVerify false
&& git clone http://github.com/simh/simh.git
&& cd simh
&& make VAX
&& apk del gcc libc-dev make libpcap-dev bridge-utils git iproute2
&& cd simh ; rm rm -rf A* B* C* G* H* I* L* N* P* S* T* Vi* a* d* f* CMD ["./simh/BIN/vax"]

Tag summary

Content type

Image

Digest

Size

34.2 MB

Last updated

almost 10 years ago

docker pull k3ck3c/simh_alpine