File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -98,14 +98,15 @@ ENV GALAXY_CONFIG_FILE=$GALAXY_CONFIG_DIR/galaxy.yml \
98
98
PG_CONF_DIR_DEFAULT=/etc/postgresql/$PG_VERSION/main/ \
99
99
PG_DATA_DIR_HOST=$EXPORT_DIR/postgresql/$PG_VERSION/main/
100
100
101
- ADD --chmod=755 ./common_cleanup.sh /usr/bin/common_cleanup.sh
101
+ ADD ./common_cleanup.sh /usr/bin/common_cleanup.sh
102
102
103
103
RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup \
104
104
&& echo "Acquire::http {No-Cache=True;};" > /etc/apt/apt.conf.d/no-cache \
105
105
&& echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/99no-install-recommends \
106
106
&& apt-get -qq update && apt-get install -y locales \
107
107
&& locale-gen en_US.UTF-8 && dpkg-reconfigure locales \
108
108
&& apt-get autoremove -y && apt-get clean \
109
+ && chmod 755 /usr/bin/common_cleanup.sh \
109
110
&& /usr/bin/common_cleanup.sh
110
111
111
112
ADD ansible/ /ansible/
You can’t perform that action at this time.
0 commit comments