aboutsummaryrefslogtreecommitdiff
path: root/app/web_static/build/webpull/Dockerfile.ruby
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-01-19 13:47:50 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-01-19 13:47:50 +0100
commiteb925049ac4aab369763fbecb0caaec3579977a3 (patch)
tree8e35cf75340cde9949f9ff38de19c90beafd5391 /app/web_static/build/webpull/Dockerfile.ruby
parent0be20b22a6aecc52c6f76f3f773cd023e95b76d3 (diff)
downloadinfrastructure-eb925049ac4aab369763fbecb0caaec3579977a3.tar.gz
infrastructure-eb925049ac4aab369763fbecb0caaec3579977a3.zip
Remove web_static
Diffstat (limited to 'app/web_static/build/webpull/Dockerfile.ruby')
-rw-r--r--app/web_static/build/webpull/Dockerfile.ruby12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/web_static/build/webpull/Dockerfile.ruby b/app/web_static/build/webpull/Dockerfile.ruby
deleted file mode 100644
index 7578cca..0000000
--- a/app/web_static/build/webpull/Dockerfile.ruby
+++ /dev/null
@@ -1,12 +0,0 @@
-FROM fedora:32
-
-ENV LC_ALL=C.UTF-8
-ENV LANG=C.UTF-8
-ENV LANGUAGE=en_US.UTF-8
-ENV RUBYOPT --disable-did_you_mean
-
-RUN dnf install -y git ruby ruby-devel rubygems rubygem-bundler @development-tools redhat-rpm-config gcc-c++ zlib-devel
-
-COPY ./main /srv/httpd
-WORKDIR /srv
-CMD ["/srv/httpd"]