mirror of
https://github.com/wahyd4/docker-images.git
synced 2026-08-09 04:46:45 +10:00
fix syntax error
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ RUN set -ex; \
|
||||
fetchDeps='ca-certificates wget'; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends $fetchDeps; \
|
||||
apt-get install -y ruby \
|
||||
apt-get install -y ruby; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; \
|
||||
|
||||
Reference in New Issue
Block a user