Skip to content

Commit

Permalink
Clean docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed Apr 19, 2020
1 parent e2b5649 commit 61cbbf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM mysql:${MYSQL_VERSION}

LABEL maintainer="Abdelrahman Omran <[email protected]>"

# Install nano
RUN apt-get update && apt-get install -y --no-install-recommends nano && rm -rf /var/lib/apt/lists/*

# Set Timezone
ARG TZ=${TZ}
ENV TZ ${TZ}
Expand Down
2 changes: 0 additions & 2 deletions portainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
ARG PORTAINER_VERSION=latest
FROM portainer/portainer:${PORTAINER_VERSION}

LABEL maintainer="Abdelrahman Omran <[email protected]>"
4 changes: 0 additions & 4 deletions redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
ARG REDIS_VERSION=5.0
FROM redis:${REDIS_VERSION}

LABEL maintainer="Abdelrahman Omran <[email protected]>"

RUN apt-get update && apt-get install -y --no-install-recommends nano && rm -rf /var/lib/apt/lists/*

0 comments on commit 61cbbf1

Please sign in to comment.