We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b3d11 commit 95a9b61Copy full SHA for 95a9b61
:q
@@ -0,0 +1,10 @@
1
+##
2
+# Host Database
3
+#
4
+# localhost is used to configure the loopback interface
5
+# when the system is booting. Do not change this entry.
6
7
+127.0.0.1 localhost
8
+255.255.255.255 broadcasthost
9
+172.16.2.193 iiif.nypl.org
10
+::1 localhost
Dockerfile
@@ -20,6 +20,9 @@ RUN curl -fL -o /tmp/cantaloupe.zip \
20
# install Kakadu
21
COPY install_kak/usr/lib/x86_64-linux-gnu/* /usr/lib64
22
23
+# create mnt point
24
+RUN mkdir -p /ifs/prod/repo
25
+
26
# download and install mysql jdbc driver
27
ENV MYSQL_CONNECTOR_VERSION=9.3.0
28
RUN curl -fL -o /tmp/mysql-connector.tar.gz \
0 commit comments