Skip to content

Commit 95a9b61

Browse files
author
Brett Richter
committed
adding dir create
1 parent 68b3d11 commit 95a9b61

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

:q

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ RUN curl -fL -o /tmp/cantaloupe.zip \
2020
# install Kakadu
2121
COPY install_kak/usr/lib/x86_64-linux-gnu/* /usr/lib64
2222

23+
# create mnt point
24+
RUN mkdir -p /ifs/prod/repo
25+
2326
# download and install mysql jdbc driver
2427
ENV MYSQL_CONNECTOR_VERSION=9.3.0
2528
RUN curl -fL -o /tmp/mysql-connector.tar.gz \

0 commit comments

Comments
 (0)