Skip to content

Commit

Permalink
Fix for docker image not working
Browse files Browse the repository at this point in the history
  • Loading branch information
haravich committed May 9, 2024
1 parent f9cbd96 commit 9028b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ruby:3.2-alpine
FROM dockage/alpine:3.18.3

LABEL maintainer="Hariprasath Ravichandran <[email protected]>"

Expand All @@ -23,7 +23,7 @@ RUN if [ "$VERSION" = "unknown" ]; then \
exit 1; \
fi
RUN apk update && apk upgrade
RUN apk --no-cache --update add build-base ruby ruby-dev ruby-json ruby-etc sqlite-libs sqlite-dev gcompat \
RUN apk --no-cache --update add build-base ruby ruby-dev ruby-json ruby-etc sqlite sqlite-libs sqlite-dev gcompat \
&& gem install sqlite3 --no-document --platform ruby \
&& gem install mailcatcher:${VERSION} --no-document \
&& apk del --rdepends --purge build-base
Expand Down

0 comments on commit 9028b14

Please sign in to comment.