Skip to content

Commit c6646eb

Browse files
committed
--chmod only works with buildkite
1 parent da932e8 commit c6646eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

galaxy/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,15 @@ ENV GALAXY_CONFIG_FILE=$GALAXY_CONFIG_DIR/galaxy.yml \
9898
PG_CONF_DIR_DEFAULT=/etc/postgresql/$PG_VERSION/main/ \
9999
PG_DATA_DIR_HOST=$EXPORT_DIR/postgresql/$PG_VERSION/main/
100100

101-
ADD --chmod=755 ./common_cleanup.sh /usr/bin/common_cleanup.sh
101+
ADD ./common_cleanup.sh /usr/bin/common_cleanup.sh
102102

103103
RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup \
104104
&& echo "Acquire::http {No-Cache=True;};" > /etc/apt/apt.conf.d/no-cache \
105105
&& echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/99no-install-recommends \
106106
&& apt-get -qq update && apt-get install -y locales \
107107
&& locale-gen en_US.UTF-8 && dpkg-reconfigure locales \
108108
&& apt-get autoremove -y && apt-get clean \
109+
&& chmod 755 /usr/bin/common_cleanup.sh \
109110
&& /usr/bin/common_cleanup.sh
110111

111112
ADD ansible/ /ansible/

0 commit comments

Comments
 (0)