Commit 59f78231 authored by iamabhishek-dubey's avatar iamabhishek-dubey

Updated shebang

parent 7262250b
...@@ -11,7 +11,7 @@ ARG REDIS_DOWNLOAD_URL="http://download.redis.io/" ...@@ -11,7 +11,7 @@ ARG REDIS_DOWNLOAD_URL="http://download.redis.io/"
ARG REDIS_VERSION="stable" ARG REDIS_VERSION="stable"
RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis && \ RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis && \
apk add --no-cache su-exec tzdata make curl build-base linux-headers apk add --no-cache su-exec tzdata make curl build-base linux-headers bash
RUN curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz ${REDIS_DOWNLOAD_URL}/redis-${REDIS_VERSION}.tar.gz && \ RUN curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz ${REDIS_DOWNLOAD_URL}/redis-${REDIS_VERSION}.tar.gz && \
cd /tmp && \ cd /tmp && \
......
#!/bin/sh #!/bin/bash
set -eu set -eu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment