code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
# AUTOGENERATED FILE FROM balenalib/jetson-nano-ubuntu:eoan-build ENV GO_VERSION 1.14.13 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "445b719ebf46d8825360dabad65226db154ca8053de60609bc20f80a17452cbb go$GO_VERSION.linux-arm64.tar.gz" |...
nghiant2710/base-images
balena-base-images/golang/jetson-nano/ubuntu/eoan/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
1,998
# AUTOGENERATED FILE FROM balenalib/artik520-alpine:3.11-build ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ ...
nghiant2710/base-images
balena-base-images/node/artik520/alpine/3.11/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,955
# AUTOGENERATED FILE FROM balenalib/odroid-ux3-debian:stretch-run ENV GO_VERSION 1.15.8 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-g...
nghiant2710/base-images
balena-base-images/golang/odroid-ux3/debian/stretch/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,356
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-debian:bullseye-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu57 \ liblttng-ust0...
nghiant2710/base-images
balena-base-images/dotnet/apalis-imx6q/debian/bullseye/2.1-aspnet/run/Dockerfile
Dockerfile
apache-2.0
2,606
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-fedora:30-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python-pip \ python-dbus \ && dnf clean all # install "virtuale...
nghiant2710/base-images
balena-base-images/python/generic-armv7ahf/fedora/30/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
2,440
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-debian:bookworm-build ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ ...
resin-io-library/base-images
balena-base-images/node/nanopc-t4/debian/bookworm/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,780
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-alpine:3.13-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies...
resin-io-library/base-images
balena-base-images/python/jetson-nano-2gb-devkit/alpine/3.13/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,140
# AUTOGENERATED FILE FROM balenalib/artik10-ubuntu:disco-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependenc...
nghiant2710/base-images
balena-base-images/python/artik10/ubuntu/disco/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,064
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-debian:jessie-run ENV GO_VERSION 1.16.3 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-g...
nghiant2710/base-images
balena-base-images/golang/var-som-mx6/debian/jessie/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,355
FROM yarnpkg/dev as frontend-env WORKDIR /jiacrontab RUN apt-get install git RUN git clone https://github.com/jiacrontab/jiacrontab-frontend.git WORKDIR /jiacrontab/jiacrontab-frontend RUN yarn && yarn build FROM golang AS jiacrontab-build WORKDIR /jiacrontab COPY . . COPY --from=frontend-env /jiacrontab/jiacrontab-f...
iwannay/jiacrontab
Dockerfile
Dockerfile
apache-2.0
849
# Ansible Tower Dockerfie FROM ubuntu:16.04 WORKDIR /opt ENV ANSIBLE_TOWER_VER 3.2.1 ENV PG_DATA /var/lib/postgresql/9.6/main ENV AWX_PROJECTS /var/lib/awx/projects ENV LC_ALL "en_US.UTF-8" ENV LANGUAGE "en_EN:en" ENV LANG "en_US.UTF-8" ENV DEBIAN_FRONTEND "noninteractive" ADD http://releases.ansible.com/ansible-towe...
ybalt/ansible-tower
Dockerfile
Dockerfile
apache-2.0
1,392
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-alpine:3.12-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simo...
resin-io-library/base-images
balena-base-images/python/genericx86-64-ext/alpine/3.12/3.10.0/build/Dockerfile
Dockerfile
apache-2.0
4,850
# AUTOGENERATED FILE FROM balenalib/odroid-c1-ubuntu:disco-build ENV NODE_VERSION 12.20.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha....
nghiant2710/base-images
balena-base-images/node/odroid-c1/ubuntu/disco/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,760
# AUTOGENERATED FILE FROM balenalib/intel-nuc-debian:stretch-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depen...
nghiant2710/base-images
balena-base-images/python/intel-nuc/debian/stretch/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,101
# AUTOGENERATED FILE FROM balenalib/kitra710-debian:buster-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depende...
nghiant2710/base-images
balena-base-images/python/kitra710/debian/buster/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,091
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-fedora:33-run ENV NODE_VERSION 14.18.3 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver key...
resin-io-library/base-images
balena-base-images/node/colibri-imx6dl/fedora/33/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,751
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-alpine:3.11-run ENV GO_VERSION 1.16 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && ...
nghiant2710/base-images
balena-base-images/golang/orange-pi-lite/alpine/3.11/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,467
# AUTOGENERATED FILE FROM balenalib/aarch64-fedora:31-build ENV GO_VERSION 1.16 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098 go$GO_VERSION.linux-arm64.tar.gz" | sha256su...
nghiant2710/base-images
balena-base-images/golang/aarch64/fedora/31/1.16/build/Dockerfile
Dockerfile
apache-2.0
1,986
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-alpine:3.15-build # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo ...
resin-io-library/base-images
balena-base-images/openjdk/beaglebone-black/alpine/3.15/7-jre/build/Dockerfile
Dockerfile
apache-2.0
1,769
# AUTOGENERATED FILE FROM balenalib/kitra710-debian:bookworm-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depen...
resin-io-library/base-images
balena-base-images/python/kitra710/debian/bookworm/3.9.10/run/Dockerfile
Dockerfile
apache-2.0
4,093
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-fedora:32-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv"...
nghiant2710/base-images
balena-base-images/python/orbitty-tx2/fedora/32/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
2,438
FROM daocloud.io/library/java:8 MAINTAINER sxt i_sxt@3songhu.com VOLUME /tmp ADD settings-ui-1.0.0-SNAPSHOT.jar app.jar RUN bash -c "touch app.jar" EXPOSE 9000 ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
zhuchuangang/spring-cloud-genisys
settings-ui/src/main/docker/Dockerfile
Dockerfile
apache-2.0
239
FROM goreleaser/goreleaser:v0.184.0 as goreleaser FROM debian:bullseye MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com> RUN \ apt-get update \ && apt-get full-upgrade -y \ && apt-get install -y --no-install-recommends \ build-essential \ bz...
prometheus/golang-builder
1.17/base/Dockerfile
Dockerfile
apache-2.0
2,267
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-alpine:edge-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk...
nghiant2710/base-images
balena-base-images/python/imx8m-var-dart/alpine/edge/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,134
# AUTOGENERATED FILE FROM balenalib/artik5-debian:buster-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libssl1.1 \ l...
resin-io-library/base-images
balena-base-images/dotnet/artik5/debian/buster/5.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,520
FROM node COPY package.json . RUN npm install COPY app.js . COPY keycloak.json . EXPOSE 3000 CMD [ "npm", "start" ]
tomaszhaase/motektomek
Dockerfile
Dockerfile
apache-2.0
121
# AUTOGENERATED FILE FROM balenalib/up-squared-ubuntu:focal-run ENV NODE_VERSION 10.23.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com...
nghiant2710/base-images
balena-base-images/node/up-squared/ubuntu/focal/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,919
FROM ubuntu:19.10 COPY ./ ./ RUN apt-get update > /dev/null && \ apt-get install -yqq autoconf bison cmake curl file flex g++ git libnuma-dev libpq-dev libssl-dev \ libtool libyajl-dev libz-dev make wget software-properties-common > /dev/null ### Install php ENV DEBIAN_FRONTEND noninteractiv...
greenlaw110/FrameworkBenchmarks
frameworks/PHP/php/php-h2o.dockerfile
Dockerfile
bsd-3-clause
1,348
FROM alpine:3.4 RUN apk add --no-cache iptables ca-certificates && \ update-ca-certificates ENV DO_KEY "" ENV DO_TAG "" ADD droplan /droplan ADD docker-run.sh /docker-run.sh CMD ["/docker-run.sh"]
tam7t/dolan
Dockerfile
Dockerfile
mit
201
FROM majordomusio/rails-container ENV SUMMARY="Base image for all majordomus.io RAILS containers" \ DESCRIPTION="Base image for all majordomus.io RAILS containers." LABEL summary="$SUMMARY" \ description="$DESCRIPTION" \ io.k8s.description="$DESCRIPTION" \ io.k8s.display-name="Ratchet Labs pelle...
mickuehl/pellect.io
Dockerfile
Dockerfile
mit
1,072
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="centrifuge" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="centrifuge" \ about.summary="rapid and memory-efficient system for classificatio...
BioDocker/containers
centrifuge/1.0.3-2-deb/Dockerfile
Dockerfile
apache-2.0
1,151
# # Docker Stack - Docker stack to manage infrastructures # # Copyright 2014 devops.center # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # #...
devopscenter/docker-stack
web/python-nginx/Dockerfile
Dockerfile
apache-2.0
896
# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
googlefonts/oss-fuzz
projects/bignum-fuzzer/Dockerfile
Dockerfile
apache-2.0
1,598
# Copyright 2019 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
annarev/tensorflow
tensorflow/tools/dockerfiles/dockerfiles/devel-cpu-jupyter.Dockerfile
Dockerfile
apache-2.0
4,601
FROM node:4.4-onbuild EXPOSE 1207 RUN npm install -g forever ENTRYPOINT forever --spinSleepTime 1000 --minUptime 1000 index.js
MyLeoLan/blogpost_backup
node_modules/dplayer/nodejs/Dockerfile
Dockerfile
mit
126
# Lightweight (45MB) and Happy Home on debian. # More tags: //hub.docker.com/_/debian/ ARG DEBIAN_VERSION=stretch FROM debian:${DEBIAN_VERSION} as base # The docker user seems like a good choice here ARG DOCKER_USER=docker ENV HOME=/home/$DOCKER_USER \ DOCKER_USER=$DOCKER_USER \ LANG=en_US.UTF-8 # Invincibili...
jakebrinkmann/dotfiles
Dockerfile
Dockerfile
mit
2,220
# ---- Build ---- FROM pipdevs/ts-dev:2.5.2 AS build # set working directory WORKDIR /app # copy project file COPY package.json . # install node packages RUN npm install --only=production # copy production node_modules aside RUN cp -R node_modules prod_node_modules # install ALL node_modules, including 'devDependen...
pip-services/pip-services-commons-node
docker/Dockerfile
Dockerfile
mit
767
FROM ustcmirror/base:alpine LABEL maintainer="Yifan Gao docker@yfgao.com" RUN apk add --no-cache curl coreutils grep findutils bash ADD curl-helper.sh /
ustclug/ustcmirror-images
curl-helper/Dockerfile
Dockerfile
mit
153
# syntax = docker/dockerfile:1.2 ###################### Image with build tools to compile wheels ############### FROM ubuntu:20.04 as wheels ENV DEBIAN_FRONTEND=noninteractive LABEL Description="Dallinger base docker image" Version="1.0" EXPOSE 5000 # Install build dependencies RUN apt-get update && \ apt-get in...
Dallinger/Dallinger
Dockerfile
Dockerfile
mit
3,315
FROM clojure # Install COPY . /app WORKDIR /app VOLUME /app/config RUN lein deps # Test RUN lein test # Build RUN lein uberjar # Run CMD java -jar target/correo-*-standalone.jar config/email.edn 80 EXPOSE 80
chetbox/correo
Dockerfile
Dockerfile
mit
212
FROM sumpfgottheit/centos7-apachemodphp RUN yum -y install phpPgAdmin RUN yum -y clean all RUN rm -f /etc/httpd/conf.d/welcome.conf COPY config.inc.php /etc/phpPgAdmin/config.inc.php COPY httpd.phppgadmin.conf /etc/httpd/conf.d/phpPgAdmin.conf
sumpfgottheit/sdi-centos7-apachemodphp-phppgadmin
Dockerfile
Dockerfile
mit
246
FROM docker:19.03 LABEL name="jenkins-docker-swarm-client" \ version="1903.322" ENV SWARM_CLIENT_VERSION="3.22" \ JENKINS_HOME="/var/jenkins" \ EXECUTORS="1" RUN apk add --no-cache --virtual .fetch-deps curl && \ curl -o swarm-client.jar "https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/...
NicatorBa/jenkins-docker-swarm-client
Dockerfile
Dockerfile
mit
589
FROM mhart/alpine-node MAINTAINER Denis Carriere - carriere.denis@gmail.com # Install app dependencies WORKDIR /src ADD package.json /src/package.json RUN npm install # Run App ADD . /src CMD npm start
KrateLabs/KrateLabs-REST
Dockerfile
Dockerfile
mit
204
FROM docker.elastic.co/elasticsearch/elasticsearch:5.2.2 #RUN rm -rf /etc/elasticsearch #RUN ln -s /usr/share/elasticsearch/config /etc/elasticsearch #RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install x-pack #RUN /usr/share/elasticsearch/bin/plugin install shield #RUN /usr/share/elasticsearch/bin/shield/...
alexmasselot/kibana-plugin-howto-infra
docker-containers/elasticsearch/Dockerfile
Dockerfile
mit
444
FROM debian:jessie MAINTAINER Getty Images "https://github.com/gettyimages" RUN apt-get update \ && apt-get install -y locales \ && dpkg-reconfigure -f noninteractive locales \ && locale-gen C.UTF-8 \ && /usr/sbin/update-locale LANG=C.UTF-8 \ && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \ && locale-gen \ && a...
faulconbridge/aver-spark
Dockerfile
Dockerfile
mit
2,725
FROM debian:jessie # persistent / runtime deps RUN apt-get update && apt-get install -y ca-certificates curl libpcre3 librecode0 libsqlite3-0 libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/* # phpize deps RUN apt-get update && apt-get install -y autoconf file g++ gcc libc-dev make pkg-config re2c --no-in...
longmonhau/php
7.0/apache/Dockerfile
Dockerfile
mit
2,808
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-debian:bullseye-build ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" ...
resin-io-library/base-images
balena-base-images/node/beaglebone-green/debian/bullseye/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,791
# AUTOGENERATED FILE FROM balenalib/astro-tx2-ubuntu:disco-run ENV GO_VERSION 1.15.8 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get ...
nghiant2710/base-images
balena-base-images/golang/astro-tx2/ubuntu/disco/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,322
FROM ubuntu:18.04 LABEL maintainer="Swift Infrastructure <swift-infrastructure@swift.org>" LABEL Description="Docker Container for the Swift programming language" RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \ apt-get -q install -y \ libatomic1 \ libbsd...
swiftdocker/docker-swift
5.0/ubuntu/18.04/slim/Dockerfile
Dockerfile
apache-2.0
2,009
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-fedora:30-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv",...
nghiant2710/base-images
balena-base-images/python/odroid-u3+/fedora/30/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
2,437
# AUTOGENERATED FILE FROM balenalib/ccimx8x-sbc-pro-debian:buster-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python ...
resin-io-library/base-images
balena-base-images/python/ccimx8x-sbc-pro/debian/buster/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,094
# AUTOGENERATED FILE FROM balenalib/beagleboard-xm-debian:sid-run ENV GO_VERSION 1.15.7 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-g...
nghiant2710/base-images
balena-base-images/golang/beagleboard-xm/debian/sid/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,352
# AUTOGENERATED FILE FROM balenalib/jetson-nano-ubuntu:focal-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: publ...
nghiant2710/base-images
balena-base-images/python/jetson-nano/ubuntu/focal/3.7.9/build/Dockerfile
Dockerfile
apache-2.0
4,830
# AUTOGENERATED FILE FROM balenalib/revpi-connect-debian:bullseye-build ENV GO_VERSION 1.16 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_VER...
nghiant2710/base-images
balena-base-images/golang/revpi-connect/debian/bullseye/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,031
# AUTOGENERATED FILE FROM balenalib/generic-aarch64-ubuntu:cosmic-build ENV NODE_VERSION 10.24.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyser...
nghiant2710/base-images
balena-base-images/node/generic-aarch64/ubuntu/cosmic/10.24.1/build/Dockerfile
Dockerfile
apache-2.0
2,764
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-alpine:3.13-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon...
resin-io-library/base-images
balena-base-images/python/bananapi-m1-plus/alpine/3.13/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,840
# AUTOGENERATED FILE FROM balenalib/generic-aarch64-fedora:32-build ENV NODE_VERSION 10.23.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ...
nghiant2710/base-images
balena-base-images/node/generic-aarch64/fedora/32/10.23.1/build/Dockerfile
Dockerfile
apache-2.0
2,758
# AUTOGENERATED FILE FROM balenalib/etcher-pro-fedora:32-run # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv", s...
nghiant2710/base-images
balena-base-images/python/etcher-pro/fedora/32/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
2,432
# AUTOGENERATED FILE FROM balenalib/artik710-fedora:33-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv", s...
resin-io-library/base-images
balena-base-images/python/artik710/fedora/33/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
2,435
# AUTOGENERATED FILE FROM balenalib/edison-ubuntu:disco-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependenci...
nghiant2710/base-images
balena-base-images/python/edison/ubuntu/disco/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,437
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-alpine:3.10-build # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo '...
nghiant2710/base-images
balena-base-images/openjdk/imx6ul-var-dart/alpine/3.10/8-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,764
# AUTOGENERATED FILE FROM balenalib/photon-nano-ubuntu:xenial-run ENV NODE_VERSION 15.14.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.c...
nghiant2710/base-images
balena-base-images/node/photon-nano/ubuntu/xenial/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,915
# AUTOGENERATED FILE FROM balenalib/odyssey-x86-alpine:3.13-build ENV NODE_VERSION 14.18.3 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do...
resin-io-library/base-images
balena-base-images/node/odyssey-x86/alpine/3.13/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,959
# AUTOGENERATED FILE FROM balenalib/etcher-pro-debian:bullseye-build ENV Logging__Console__FormatterName=Json RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 ...
resin-io-library/base-images
balena-base-images/dotnet/etcher-pro/debian/bullseye/6.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,177
# AUTOGENERATED FILE FROM balenalib/generic-alpine:3.14-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie...
resin-io-library/base-images
balena-base-images/python/generic/alpine/3.14/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,840
FROM mcr.microsoft.com/dotnet/sdk:6.0 ARG GITHUB_TOKEN RUN mkdir /build COPY build/linux/install.dependencies.sh /build RUN cd /build; ./install.dependencies.sh COPY src /build/src COPY build/linux/install.Magick.Native.sh /build RUN cd /build; ./install.Magick.Native.sh dlemstra ${GITHUB_TOKEN} COPY stylecop.j...
dlemstra/Magick.NET
build/linux/Dockerfile
Dockerfile
apache-2.0
474
FROM balenalib/aarch64-alpine:3.14-build LABEL io.balena.device-type="cl-som-imx8" RUN apk add --update \ less \ nano \ net-tools \ ifupdown \ usbutils \ gnupg \ && rm -rf /var/cache/apk/* RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image ...
resin-io-library/base-images
balena-base-images/device-base/cl-som-imx8/alpine/3.14/build/Dockerfile
Dockerfile
apache-2.0
1,020
# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
GoogleCloudPlatform/cloud-ops-sandbox
src/currencyservice/Dockerfile
Dockerfile
apache-2.0
1,273
# AUTOGENERATED FILE FROM balenalib/n310-tx2-ubuntu:bionic-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu60 \ libssl1.1 \ libs...
resin-io-library/base-images
balena-base-images/dotnet/n310-tx2/ubuntu/bionic/3.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,906
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-ubuntu:xenial-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90...
resin-io-library/base-images
balena-base-images/python/jetson-nano-emmc/ubuntu/xenial/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,836
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-fedora:30-build ENV GO_VERSION 1.16.3 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VERSION.l...
nghiant2710/base-images
balena-base-images/golang/npe-x500-m3/fedora/30/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,023
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-debian:buster-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python de...
resin-io-library/base-images
balena-base-images/python/jetson-xavier/debian/buster/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
4,094
# AUTOGENERATED FILE FROM balenalib/aarch64-alpine:3.12-run ENV GO_VERSION 1.15.11 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && echo...
nghiant2710/base-images
balena-base-images/golang/aarch64/alpine/3.12/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,466
# AUTOGENERATED FILE FROM balenalib/srd3-tx2-ubuntu:eoan-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public k...
nghiant2710/base-images
balena-base-images/python/srd3-tx2/ubuntu/eoan/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
4,825
# AUTOGENERATED FILE FROM balenalib/edison-debian:sid-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies...
resin-io-library/base-images
balena-base-images/python/edison/debian/sid/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,081
# Commencing FROM ubuntu:16.04 ## Updates and software that I like # Install vnc, xvfb in order to create a 'fake' display and firefox RUN apt-get update && apt-get install -y \ man \ ssh \ curl \ python RUN apt-get install -y python-pip python-dev build-essential RUN pip install --upgrade pip RUN pip inst...
neurodata/synaptome-stats
Code2/F0/Dockerfile
Dockerfile
apache-2.0
1,027
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-alpine:3.13-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN a...
resin-io-library/base-images
balena-base-images/python/bananapi-m1-plus/alpine/3.13/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
4,134
# AUTOGENERATED FILE FROM balenalib/kitra520-fedora:33-run ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver keyserver....
resin-io-library/base-images
balena-base-images/node/kitra520/fedora/33/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,743
FROM opensuse/leap:15.3 RUN zypper update -y && zypper install -y \ augeas-devel \ augeas-lenses \ bison \ cmake \ curl \ dbus-1-devel \ devscripts \ diffutils \ discount \ dnf-plugins-core \ file \ findutils \ flex...
ElektraInitiative/libelektra
scripts/docker/opensuse/15.3/Dockerfile
Dockerfile
bsd-3-clause
2,570
FROM alpine:latest ENV GOPATH /go ENV APPPATH $GOPATH/src/github.com/lovoo/ipmi_exporter COPY . $APPPATH RUN apk add --update -t build-deps go git mercurial libc-dev gcc libgcc make curl && \ $APPPATH/build_ipmitool.sh && \ cd $APPPATH && make build && mv build/ipmi_exporter / && \ apk del --purge build-d...
lovoo/ipmi_exporter
Dockerfile
Dockerfile
bsd-3-clause
394
FROM perl:latest RUN curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Mojolicious ENV MOJO_LISTEN http://*:8080 ADD . /app EXPOSE 8080 WORKDIR /app RUN chmod +x main.pl CMD ["./main.pl", "daemon"]
JustinBeckwith/appengine-perl
mojolicious/Dockerfile
Dockerfile
mit
215
FROM biocontainers/biocontainers:debian-stretch-backports MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="mafft" \ container="mafft" \ about.summary="Multiple alignment program for amino acid or nucleotide sequences" \ about.home="http://mafft.cbrc.jp/alignment/software/" \ softwar...
BioDocker/containers
mafft/7.307-1-deb/Dockerfile
Dockerfile
apache-2.0
979
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="orthanc-imagej" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="orthanc-imagej" \ about.summary="ImageJ plugin to import images from Orthanc...
BioContainers/containers
orthanc-imagej/1.2dfsg-1-deb/Dockerfile
Dockerfile
apache-2.0
953
FROM biocontainers/biocontainers:debian-stretch-backports MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="uc-echo" \ container="uc-echo" \ about.summary="error correction algorithm designed for short-reads from NGS" \ about.home="http://uc-echo.sourceforge.net/" \ software.version=...
BioDocker/containers
uc-echo/1.12-9b1-deb/Dockerfile
Dockerfile
apache-2.0
649
FROM balenalib/armv7hf-debian:bullseye-run LABEL io.balena.device-type="apalis-imx6q" RUN apt-get update && apt-get install -y --no-install-recommends \ less \ kmod \ nano \ net-tools \ ifupdown \ iputils-ping \ i2c-tools \ usbutils \ && rm -rf /var/lib/apt/lists/* RUN [ ! -d /.balena/messages ] && m...
nghiant2710/base-images
balena-base-images/device-base/apalis-imx6q/debian/bullseye/run/Dockerfile
Dockerfile
apache-2.0
1,095
FROM ubuntu MAINTAINER Kimbro Staken LABEL description="This text illustrates \ that label-values can span multiple lines. \ And be a real pain!" test="test_one" "two"="three" "empty"="" RUN apt-get update RUN apt-get install -y software-properties-common python curl RUN curl -sL https://deb.nodesource.com/setup | ba...
charlesvardeman/smartcontainers
tests/unit/data/Dockerfile
Dockerfile
apache-2.0
760
FROM ubuntu:12.04 MAINTAINER tobe <tobeg3oogle@gmail.com> RUN apt-get update RUN apt-get install -y python-pip RUN pip install mkdocs ADD . /docs WORKDIR /docs EXPOSE 8000 CMD ["mkdocs", "serve"]
zyan03/pirate
docs/Dockerfile
Dockerfile
apache-2.0
204
# Copyright 2014 Netflix, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
marsmensch/zerotodocker
atlas/1.4.3/Dockerfile
Dockerfile
apache-2.0
989
FROM alpine:latest MAINTAINER Jessica Frazelle <jess@docker.com> RUN apk update && apk add \ ca-certificates \ curl \ unzip \ && curl -sSL https://circle-artifacts.com/gh/andyshinn/alpine-pkg-glibc/6/artifacts/0/home/ubuntu/alpine-pkg-glibc/packages/x86_64/glibc-2.21-r2.apk -o /tmp/glibc-2.21-r2.apk \ && apk add ...
sh1nu11bi/dockerfiles
consul/Dockerfile
Dockerfile
mit
1,273
FROM ubuntu:14.04 ADD krb5.conf /etc/krb5.conf RUN apt-get -y update RUN apt-get -y install heimdal-kdc ADD entrypoint.sh /etc/docker-kdc/entrypoint.sh EXPOSE 88 ENTRYPOINT /etc/docker-kdc/entrypoint.sh
wjiangjay/origin
vendor/github.com/apcera/gssapi/test/docker/kdc/Dockerfile
Dockerfile
apache-2.0
206
FROM nginx RUN apt-get update -qq RUN apt-get upgrade -y RUN apt-get install -y python-pip RUN pip install mkdocs mkdocs-material RUN pip install pymdown-extensions RUN cd /usr/share/nginx && mkdocs new broid COPY mkdocs.yml /usr/share/nginx/broid RUN mkdir -p /usr/share/nginx/broid/docs ADD docs/ /usr/share/nginx/...
broidHQ/broid-docs
Dockerfile
Dockerfile
mit
630
FROM dylanfoster/alpine:3.2 MAINTAINER Dylan Foster <dylan947@gmail.com> RUN apk --update add nodejs \ && rm -rf /var/cache/apk/* CMD ["node"]
dylanfoster/dockerfiles
node/0.12/Dockerfile
Dockerfile
mit
147
FROM php:5.4 LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ libbz2-dev \ libmemcached-dev \ libmysqlclient-dev \ libsasl2-dev \ " \ runtimeDeps=" \ curl \ git \ libfreetype6-dev \ libicu-dev \ ...
Chialab/docker-php
5.4/Dockerfile
Dockerfile
mit
1,459
FROM ubuntu:14.04 MAINTAINER Adam Harper <aharper@lymingtonprecision.co.uk> ADD ./build/ /build RUN \ LC_ALL=C DEBIAN_FRONTEND=noninteractive bash /build/bin/prepare && \ rm -rf /var/lib/apt/lists/* && \ apt-get clean && \ rm -rf /build/resources ENV PORT 5000 ONBUILD ADD . /src ONBUILD RUN bash /build/bin/c...
lymingtonprecision/ruby-oracle-buildpack
Dockerfile
Dockerfile
mit
327
FROM denisura/composer MAINTAINER Denis Uraganov <github@uraganov.net> RUN echo "phar.readonly = 0" >> /usr/local/etc/php/php.ini RUN composer create-project "squizlabs/php_codesniffer=2.0.*@dev" RUN php php_codesniffer/scripts/build-phar.php RUN chmod +x *.phar RUN mv phpcbf.phar /usr/local/bin/phpcbf RUN mv phpcs...
denisura/docker-phpcs
Dockerfile
Dockerfile
mit
457
FROM odk211/iruby-notebook COPY Gemfile . RUN bundle install
odk211/jupyter-notebook-dockerfiles
example/Dockerfile
Dockerfile
mit
61
# # License: https://github.com/cadeworks/cade/blob/master/LICENSE # FROM alpine:3.6 ADD files / RUN /install-proxy.sh # port for docker proxy is 2375
webintrinsics/clusterlite
deps/proxy/Dockerfile
Dockerfile
mit
156
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-ubuntu:focal-build RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu66...
resin-io-library/base-images
balena-base-images/dotnet/nitrogen6xq2g/ubuntu/focal/6.0-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,948
ARG postgres_image=postgres FROM ${postgres_image} AS base RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \ ca-certificates RUN curl -L https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.9.tar.gz --output faketime.tar.gz && \ tar xzf faketime.tar.gz...
concourse/concourse
integration/pauser/images/postgres.Dockerfile
Dockerfile
apache-2.0
650
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-ubuntu:xenial-build ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyse...
nghiant2710/base-images
balena-base-images/node/jetson-nano-emmc/ubuntu/xenial/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,765